#FCA199

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

Shades of Rose Bud #FCA199

Tints of Rose Bud #FCA199

Color information

#FCA199 (or 0xFCA199) is unknown color: approx Rose Bud. HEX triplet: FC, A1 and 99. RGB value is (252,161,153). Sum of RGB (Red+Green+Blue) = 252+161+153=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA199 is #035E66. Grayscale: #BBBBBB. Windows color (decimal): -220775 or 10068476. OLE color: 10068476.

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

Color convert

RGB252161153-
CMYK00.360.390.01
HSL4.85º94.29%79.41%-
HSV(B)4.85º39.29%98.82%-
XYZ58.6448.4936.4-
YUV187.3108.65174.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.52%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 153 (60.16% from 255) = 27.03%
R=44.52%
G=28.45%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216115300.360.390.014.8594.2979.41
HexFCA19902427155e4f
Octal3742412310444715136117
Binary1111110010100001100110010100100100111110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA199; }

 p { color: rgb(252,161,153); }

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

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

 a { background-color: rgb(252,161,153); }

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

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

 span { border-color: rgb(252,161,153); }

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