#FCB1D9

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

Shades of Lavender Pink #FCB1D9

Tints of Lavender Pink #FCB1D9

Color information

#FCB1D9 (or 0xFCB1D9) is unknown color: approx Lavender Pink. HEX triplet: FC, B1 and D9. RGB value is (252,177,217). Sum of RGB (Red+Green+Blue) = 252+177+217=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1D9 is #034E26. Grayscale: #CBCBCB. Windows color (decimal): -216615 or 14266876. OLE color: 14266876.

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

Color convert

RGB252177217-
CMYK00.300.140.01
HSL328º92.59%84.12%-
HSV(B)328º29.76%98.82%-
XYZ68.3957.1573.07-
YUV203.98135.35162.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 177 (69.53% from 255) = 27.40%
BLUE value IS 217 (85.16% from 255) = 33.59%
R=39.01%
G=27.40%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217721700.300.140.0132892.5984.12
HexFCB1D901EE11485d54
Octal374261331036161510135124
Binary1111110010110001110110010111101110110100100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1D9; }

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

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

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

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

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

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

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

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