#FCA099

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

Shades of Rose Bud #FCA099

Tints of Rose Bud #FCA099

Color information

#FCA099 (or 0xFCA099) is unknown color: approx Rose Bud. HEX triplet: FC, A0 and 99. RGB value is (252,160,153). Sum of RGB (Red+Green+Blue) = 252+160+153=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA099 is #035F66. Grayscale: #BABABA. Windows color (decimal): -221031 or 10068220. OLE color: 10068220.

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

Color convert

RGB252160153-
CMYK00.370.390.01
HSL4.24º94.29%79.41%-
HSV(B)4.24º39.29%98.82%-
XYZ58.4748.1436.35-
YUV186.71108.98174.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 153 (60.16% from 255) = 27.08%
R=44.60%
G=28.32%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216015300.370.390.014.2494.2979.41
HexFCA09902527145e4f
Octal3742402310454714136117
Binary1111110010100000100110010100101100111110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA099; }

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

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

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

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

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

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

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

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