#FCA096

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

Shades of Rose Bud #FCA096

Tints of Rose Bud #FCA096

Color information

#FCA096 (or 0xFCA096) is unknown color: approx Rose Bud. HEX triplet: FC, A0 and 96. RGB value is (252,160,150). Sum of RGB (Red+Green+Blue) = 252+160+150=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA096 is #035F69. Grayscale: #BABABA. Windows color (decimal): -221034 or 9871612. OLE color: 9871612.

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

Color convert

RGB252160150-
CMYK00.370.400.01
HSL5.88º94.44%78.82%-
HSV(B)5.88º40.48%98.82%-
XYZ58.2248.0435.06-
YUV186.37107.48174.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=44.84%
G=28.47%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216015000.370.400.015.8894.4478.82
HexFCA09602528165e4f
Octal3742402260455016136117
Binary1111110010100000100101100100101101000111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA096; }

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

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

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

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

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

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

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

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