#FCB1DC

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

Shades of Lavender Pink #FCB1DC

Tints of Lavender Pink #FCB1DC

Color information

#FCB1DC (or 0xFCB1DC) is unknown color: approx Lavender Pink. HEX triplet: FC, B1 and DC. RGB value is (252,177,220). Sum of RGB (Red+Green+Blue) = 252+177+220=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 177 (69.53% from 255 or 27.27% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1DC is #034E23. Grayscale: #CCCCCC. Windows color (decimal): -216612 or 14463484. OLE color: 14463484.

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

Color convert

RGB252177220-
CMYK00.300.130.01
HSL325.6º92.59%84.12%-
HSV(B)325.6º29.76%98.82%-
XYZ68.7957.3175.15-
YUV204.33136.85162-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 177 (69.53% from 255) = 27.27%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=38.83%
G=27.27%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217722000.300.130.01325.692.5984.12
HexFCB1DC01ED11465d54
Octal374261334036151506135124
Binary1111110010110001110111000111101101110100011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1DC; }

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

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

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

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

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

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

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

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