#FCB1DF

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

Shades of Lavender Pink #FCB1DF

Tints of Lavender Pink #FCB1DF

Color information

#FCB1DF (or 0xFCB1DF) is unknown color: approx Lavender Pink. HEX triplet: FC, B1 and DF. RGB value is (252,177,223). Sum of RGB (Red+Green+Blue) = 252+177+223=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1DF is #034E20. Grayscale: #CCCCCC. Windows color (decimal): -216609 or 14660092. OLE color: 14660092.

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

Color convert

RGB252177223-
CMYK00.300.120.01
HSL323.2º92.59%84.12%-
HSV(B)323.2º29.76%98.82%-
XYZ69.1957.4777.26-
YUV204.67138.35161.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 177 (69.53% from 255) = 27.15%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=38.65%
G=27.15%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217722300.300.120.01323.292.5984.12
HexFCB1DF01EC11435d54
Octal374261337036141503135124
Binary1111110010110001110111110111101100110100001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1DF; }

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

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

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

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

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

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

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

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