#FCB2A1

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

Shades of Rose Bud #FCB2A1

Tints of Rose Bud #FCB2A1

Color information

#FCB2A1 (or 0xFCB2A1) is unknown color: approx Rose Bud. HEX triplet: FC, B2 and A1. RGB value is (252,178,161). Sum of RGB (Red+Green+Blue) = 252+178+161=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2A1 is #034D5E. Grayscale: #C6C6C6. Windows color (decimal): -216415 or 10597116. OLE color: 10597116.

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

Color convert

RGB252178161-
CMYK00.290.360.01
HSL11.21º93.81%80.98%-
HSV(B)11.21º36.11%98.82%-
XYZ62.555.1141.06-
YUV198.19107.02166.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.64%
GREEN value IS 178 (69.92% from 255) = 30.12%
BLUE value IS 161 (63.28% from 255) = 27.24%
R=42.64%
G=30.12%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217816100.290.360.0111.2193.8180.98
HexFCB2A101D241b5e51
Octal37426224103544113136121
Binary1111110010110010101000010111011001001101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2A1; }

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

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

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

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

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

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

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

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