#FCB2D8

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

Shades of Lavender Pink #FCB2D8

Tints of Lavender Pink #FCB2D8

Color information

#FCB2D8 (or 0xFCB2D8) is unknown color: approx Lavender Pink. HEX triplet: FC, B2 and D8. RGB value is (252,178,216). Sum of RGB (Red+Green+Blue) = 252+178+216=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2D8 is #034D27. Grayscale: #CCCCCC. Windows color (decimal): -216360 or 14201596. OLE color: 14201596.

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

Color convert

RGB252178216-
CMYK00.290.140.01
HSL329.19º92.5%84.31%-
HSV(B)329.19º29.37%98.82%-
XYZ68.4657.4972.45-
YUV204.46134.52161.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 178 (69.92% from 255) = 27.55%
BLUE value IS 216 (84.77% from 255) = 33.44%
R=39.01%
G=27.55%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217821600.290.140.01329.1992.584.31
HexFCB2D801DE11495c54
Octal374262330035161511134124
Binary1111110010110010110110000111011110110100100110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2D8; }

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

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

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

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

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

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

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

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