#FCB1CC

Color #FCB1CC Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #FCB1CC

Tints of Lavender Pink #FCB1CC

Color information

#FCB1CC (or 0xFCB1CC) is unknown color: approx Lavender Pink. HEX triplet: FC, B1 and CC. RGB value is (252,177,204). Sum of RGB (Red+Green+Blue) = 252+177+204=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1CC is #034E33. Grayscale: #CACACA. Windows color (decimal): -216628 or 13414908. OLE color: 13414908.

HSL color Cylindrical-coordinate representation of color #FCB1CC: hue angle of 338.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1CC is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252177204-
CMYK00.300.190.01
HSL338.4º92.59%84.12%-
HSV(B)338.4º29.76%98.82%-
XYZ66.7756.564.51-
YUV202.5128.85163.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.81%
GREEN value IS 177 (69.53% from 255) = 27.96%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=39.81%
G=27.96%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217720400.300.190.01338.492.5984.12
HexFCB1CC01E1311525d54
Octal374261314036231522135124
Binary11111100101100011100110001111010011110101001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1CC; }

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

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

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

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

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

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

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

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