#FCA997

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

Shades of Rose Bud #FCA997

Tints of Rose Bud #FCA997

Color information

#FCA997 (or 0xFCA997) is unknown color: approx Rose Bud. HEX triplet: FC, A9 and 97. RGB value is (252,169,151). Sum of RGB (Red+Green+Blue) = 252+169+151=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 151 (59.38% from 255 or 26.40% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA997 is #035668. Grayscale: #BFBFBF. Windows color (decimal): -218729 or 9939452. OLE color: 9939452.

HSL color Cylindrical-coordinate representation of color #FCA997: hue angle of 10.69º 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 #FCA997 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252169151-
CMYK00.330.400.01
HSL10.69º94.39%79.02%-
HSV(B)10.69º40.08%98.82%-
XYZ59.9251.3136.02-
YUV191.76105170.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 169 (66.41% from 255) = 29.55%
BLUE value IS 151 (59.38% from 255) = 26.40%
R=44.06%
G=29.55%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216915100.330.400.0110.6994.3979.02
HexFCA997021281b5e4f
Octal37425122704150113136117
Binary11111100101010011001011101000011010001101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA997; }

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

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

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

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

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

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

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

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