#FCB2DD

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

Shades of Lavender Pink #FCB2DD

Tints of Lavender Pink #FCB2DD

Color information

#FCB2DD (or 0xFCB2DD) is unknown color: approx Lavender Pink. HEX triplet: FC, B2 and DD. RGB value is (252,178,221). Sum of RGB (Red+Green+Blue) = 252+178+221=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2DD is #034D22. Grayscale: #CCCCCC. Windows color (decimal): -216355 or 14529276. OLE color: 14529276.

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

Color convert

RGB252178221-
CMYK00.290.120.01
HSL325.14º92.5%84.31%-
HSV(B)325.14º29.37%98.82%-
XYZ69.1257.7675.91-
YUV205.03137.02161.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 178 (69.92% from 255) = 27.34%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=38.71%
G=27.34%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217822100.290.120.01325.1492.584.31
HexFCB2DD01DC11455c54
Octal374262335035141505134124
Binary1111110010110010110111010111011100110100010110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2DD; }

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

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

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

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

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

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

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

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