#FCB5A1

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

Shades of Rose Bud #FCB5A1

Tints of Rose Bud #FCB5A1

Color information

#FCB5A1 (or 0xFCB5A1) is unknown color: approx Rose Bud. HEX triplet: FC, B5 and A1. RGB value is (252,181,161). Sum of RGB (Red+Green+Blue) = 252+181+161=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB5A1 is #034A5E. Grayscale: #C8C8C8. Windows color (decimal): -215647 or 10597884. OLE color: 10597884.

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

Color convert

RGB252181161-
CMYK00.280.360.01
HSL13.19º93.81%80.98%-
HSV(B)13.19º36.11%98.82%-
XYZ63.156.3241.26-
YUV199.95106.02165.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 181 (71.09% from 255) = 30.47%
BLUE value IS 161 (63.28% from 255) = 27.10%
R=42.42%
G=30.47%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218116100.280.360.0113.1993.8180.98
HexFCB5A101C241d5e51
Octal37426524103444115136121
Binary1111110010110101101000010111001001001110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5A1; }

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

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

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

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

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

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

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

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