#FEAC97

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

Shades of Rose Bud #FEAC97

Tints of Rose Bud #FEAC97

Color information

#FEAC97 (or 0xFEAC97) is unknown color: approx Rose Bud. HEX triplet: FE, AC and 97. RGB value is (254,172,151). Sum of RGB (Red+Green+Blue) = 254+172+151=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAC97 is #015368. Grayscale: #C2C2C2. Windows color (decimal): -86889 or 9940222. OLE color: 9940222.

HSL color Cylindrical-coordinate representation of color #FEAC97: hue angle of 12.23º 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 #FEAC97 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254172151-
CMYK00.320.410.00
HSL12.23º98.1%79.41%-
HSV(B)12.23º40.55%99.61%-
XYZ61.2152.8136.25-
YUV194.12103.67170.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 151 (59.38% from 255) = 26.17%
R=44.02%
G=29.81%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417215100.320.410.0012.2398.179.41
HexFEAC97020290c624f
Octal37625422704051014142117
Binary11111110101011001001011101000001010010110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAC97; }

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

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

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

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

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

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

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

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