#FCAF97

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

Shades of Rose Bud #FCAF97

Tints of Rose Bud #FCAF97

Color information

#FCAF97 (or 0xFCAF97) is unknown color: approx Rose Bud. HEX triplet: FC, AF and 97. RGB value is (252,175,151). Sum of RGB (Red+Green+Blue) = 252+175+151=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 151 (59.38% from 255 or 26.12% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF97 is #035068. Grayscale: #C3C3C3. Windows color (decimal): -217193 or 9940988. OLE color: 9940988.

HSL color Cylindrical-coordinate representation of color #FCAF97: hue angle of 14.26º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCAF97 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252175151-
CMYK00.310.400.01
HSL14.26º94.39%79.02%-
HSV(B)14.26º40.08%98.82%-
XYZ61.0653.5936.4-
YUV195.29103.01168.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 151 (59.38% from 255) = 26.12%
R=43.60%
G=30.28%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217515100.310.400.0114.2694.3979.02
HexFCAF9701F281e5e4f
Octal37425722703750116136117
Binary1111110010101111100101110111111010001111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAF97; }

 p { color: rgb(252,175,151); }

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

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

 a { background-color: rgb(252,175,151); }

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

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

 span { border-color: rgb(252,175,151); }

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