#FEAE97

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

Shades of Rose Bud #FEAE97

Tints of Rose Bud #FEAE97

Color information

#FEAE97 (or 0xFEAE97) is unknown color: approx Rose Bud. HEX triplet: FE, AE and 97. RGB value is (254,174,151). Sum of RGB (Red+Green+Blue) = 254+174+151=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAE97 is #015168. Grayscale: #C3C3C3. Windows color (decimal): -86377 or 9940734. OLE color: 9940734.

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

Color convert

RGB254174151-
CMYK00.310.410.00
HSL13.4º98.1%79.41%-
HSV(B)13.4º40.55%99.61%-
XYZ61.653.5836.37-
YUV195.3103169.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 151 (59.38% from 255) = 26.08%
R=43.87%
G=30.05%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417415100.310.410.0013.498.179.41
HexFEAE9701F290d624f
Octal37625622703751015142117
Binary1111111010101110100101110111111010010110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAE97; }

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

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

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

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

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

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

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

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