#FCA697

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

Shades of Rose Bud #FCA697

Tints of Rose Bud #FCA697

Color information

#FCA697 (or 0xFCA697) is unknown color: approx Rose Bud. HEX triplet: FC, A6 and 97. RGB value is (252,166,151). Sum of RGB (Red+Green+Blue) = 252+166+151=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA697 is #035968. Grayscale: #BEBEBE. Windows color (decimal): -219497 or 9938684. OLE color: 9938684.

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

Color convert

RGB252166151-
CMYK00.340.400.01
HSL8.91º94.39%79.02%-
HSV(B)8.91º40.08%98.82%-
XYZ59.3750.235.84-
YUV190105.99172.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 166 (65.23% from 255) = 29.17%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=44.29%
G=29.17%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216615100.340.400.018.9194.3979.02
HexFCA69702228195e4f
Octal37424622704250111136117
Binary11111100101001101001011101000101010001100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA697; }

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

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

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

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

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

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

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

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