#FCB1D1

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

Shades of Lavender Pink #FCB1D1

Tints of Lavender Pink #FCB1D1

Color information

#FCB1D1 (or 0xFCB1D1) is unknown color: approx Lavender Pink. HEX triplet: FC, B1 and D1. RGB value is (252,177,209). Sum of RGB (Red+Green+Blue) = 252+177+209=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1D1 is #034E2E. Grayscale: #CBCBCB. Windows color (decimal): -216623 or 13742588. OLE color: 13742588.

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

Color convert

RGB252177209-
CMYK00.300.170.01
HSL334.4º92.59%84.12%-
HSV(B)334.4º29.76%98.82%-
XYZ67.3856.7467.72-
YUV203.07131.35162.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 177 (69.53% from 255) = 27.74%
BLUE value IS 209 (82.03% from 255) = 32.76%
R=39.50%
G=27.74%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217720900.300.170.01334.492.5984.12
HexFCB1D101E11114e5d54
Octal374261321036211516135124
Binary11111100101100011101000101111010001110100111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1D1; }

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

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

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

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

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

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

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

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