#FCA299

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

Shades of Rose Bud #FCA299

Tints of Rose Bud #FCA299

Color information

#FCA299 (or 0xFCA299) is unknown color: approx Rose Bud. HEX triplet: FC, A2 and 99. RGB value is (252,162,153). Sum of RGB (Red+Green+Blue) = 252+162+153=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA299 is #035D66. Grayscale: #BCBCBC. Windows color (decimal): -220519 or 10068732. OLE color: 10068732.

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

Color convert

RGB252162153-
CMYK00.360.390.01
HSL5.45º94.29%79.41%-
HSV(B)5.45º39.29%98.82%-
XYZ58.8148.8436.46-
YUV187.88108.32173.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 162 (63.67% from 255) = 28.57%
BLUE value IS 153 (60.16% from 255) = 26.98%
R=44.44%
G=28.57%
B=26.98%

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
Decimal25216215300.360.390.015.4594.2979.41
HexFCA29902427155e4f
Octal3742422310444715136117
Binary1111110010100010100110010100100100111110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA299; }

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

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

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

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

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

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

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

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