#FCB2D1

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

Shades of Lavender Pink #FCB2D1

Tints of Lavender Pink #FCB2D1

Color information

#FCB2D1 (or 0xFCB2D1) is unknown color: approx Lavender Pink. HEX triplet: FC, B2 and D1. RGB value is (252,178,209). Sum of RGB (Red+Green+Blue) = 252+178+209=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2D1 is #034D2E. Grayscale: #CBCBCB. Windows color (decimal): -216367 or 13742844. OLE color: 13742844.

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

Color convert

RGB252178209-
CMYK00.290.170.01
HSL334.86º92.5%84.31%-
HSV(B)334.86º29.37%98.82%-
XYZ67.5757.1467.79-
YUV203.66131.02162.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 178 (69.92% from 255) = 27.86%
BLUE value IS 209 (82.03% from 255) = 32.71%
R=39.44%
G=27.86%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217820900.290.170.01334.8692.584.31
HexFCB2D101D11114f5c54
Octal374262321035211517134124
Binary11111100101100101101000101110110001110100111110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2D1; }

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

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

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

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

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

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

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

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