#FEA193

Color #FEA193 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FEA193

Tints of Rose Bud #FEA193

Color information

#FEA193 (or 0xFEA193) is unknown color: approx Rose Bud. HEX triplet: FE, A1 and 93. RGB value is (254,161,147). Sum of RGB (Red+Green+Blue) = 254+161+147=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA193 is #015E6C. Grayscale: #BBBBBB. Windows color (decimal): -89709 or 9675262. OLE color: 9675262.

HSL color Cylindrical-coordinate representation of color #FEA193: hue angle of 7.85º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEA193 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB254161147-
CMYK00.370.420.00
HSL7.85º98.17%78.63%-
HSV(B)7.85º42.13%99.61%-
XYZ58.8848.6733.89-
YUV187.21105.31175.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 45.20%
GREEN value IS 161 (63.28% from 255) = 28.65%
BLUE value IS 147 (57.81% from 255) = 26.16%
R=45.20%
G=28.65%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416114700.370.420.007.8598.1778.63
HexFEA1930252A08624f
Octal37624122304552010142117
Binary11111110101000011001001101001011010100100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA193; }

 p { color: rgb(254,161,147); }

 H1.HeaderClassName
 {
   color: #FEA193;
 }
 .AnyTagClassName
 {
   color: #FEA193;
 }
</style>
background-color css

<style>
 a { background-color: #FEA193; }

 a { background-color: rgb(254,161,147); }

 div.DivClassName
 {
   background-color: #FEA193;
 }
 .BgClassName
 {
   background-color: #FEA193;
 }
</style>
border-color css

<style>
 span { border-color: #FEA193; }

 span { border-color: rgb(254,161,147); }

 td.TdClassName
 {
   border-color: #FEA193;
 }
 .TagClassName
 {
   border-color: #FEA193;
 }
</style>