#FCB1A1

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

Shades of Rose Bud #FCB1A1

Tints of Rose Bud #FCB1A1

Color information

#FCB1A1 (or 0xFCB1A1) is unknown color: approx Rose Bud. HEX triplet: FC, B1 and A1. RGB value is (252,177,161). Sum of RGB (Red+Green+Blue) = 252+177+161=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB1A1 is #034E5E. Grayscale: #C5C5C5. Windows color (decimal): -216671 or 10596860. OLE color: 10596860.

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

Color convert

RGB252177161-
CMYK00.300.360.01
HSL10.55º93.81%80.98%-
HSV(B)10.55º36.11%98.82%-
XYZ62.354.7141-
YUV197.6107.35166.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.71%
GREEN value IS 177 (69.53% from 255) = 30%
BLUE value IS 161 (63.28% from 255) = 27.29%
R=42.71%
G=30%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217716100.300.360.0110.5593.8180.98
HexFCB1A101E241b5e51
Octal37426124103644113136121
Binary1111110010110001101000010111101001001101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1A1; }

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

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

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

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

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

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

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

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