#FCA499

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

Shades of Rose Bud #FCA499

Tints of Rose Bud #FCA499

Color information

#FCA499 (or 0xFCA499) is unknown color: approx Rose Bud. HEX triplet: FC, A4 and 99. RGB value is (252,164,153). Sum of RGB (Red+Green+Blue) = 252+164+153=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA499 is #035B66. Grayscale: #BDBDBD. Windows color (decimal): -220007 or 10069244. OLE color: 10069244.

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

Color convert

RGB252164153-
CMYK00.350.390.01
HSL6.67º94.29%79.41%-
HSV(B)6.67º39.29%98.82%-
XYZ59.1749.5536.58-
YUV189.06107.65172.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 164 (64.45% from 255) = 28.82%
BLUE value IS 153 (60.16% from 255) = 26.89%
R=44.29%
G=28.82%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216415300.350.390.016.6794.2979.41
HexFCA49902327175e4f
Octal3742442310434717136117
Binary1111110010100100100110010100011100111111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA499; }

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

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

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

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

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

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

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

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