#FEAEA0

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

Shades of Rose Bud #FEAEA0

Tints of Rose Bud #FEAEA0

Color information

#FEAEA0 (or 0xFEAEA0) is unknown color: approx Rose Bud. HEX triplet: FE, AE and A0. RGB value is (254,174,160). Sum of RGB (Red+Green+Blue) = 254+174+160=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEA0 is #01515F. Grayscale: #C4C4C4. Windows color (decimal): -86368 or 10530558. OLE color: 10530558.

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

Color convert

RGB254174160-
CMYK00.310.370.00
HSL8.94º97.92%81.18%-
HSV(B)8.94º37.01%99.61%-
XYZ62.3553.8840.37-
YUV196.32107.5169.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 160 (62.89% from 255) = 27.21%
R=43.20%
G=29.59%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417416000.310.370.008.9497.9281.18
HexFEAEA001F25096251
Octal37625624003745011142121
Binary1111111010101110101000000111111001010100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEA0; }

 p { color: rgb(254,174,160); }

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

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

 a { background-color: rgb(254,174,160); }

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

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

 span { border-color: rgb(254,174,160); }

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