#FCB1DD

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

Shades of Lavender Pink #FCB1DD

Tints of Lavender Pink #FCB1DD

Color information

#FCB1DD (or 0xFCB1DD) is unknown color: approx Lavender Pink. HEX triplet: FC, B1 and DD. RGB value is (252,177,221). Sum of RGB (Red+Green+Blue) = 252+177+221=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 177 (69.53% from 255 or 27.23% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1DD is #034E22. Grayscale: #CCCCCC. Windows color (decimal): -216611 or 14529020. OLE color: 14529020.

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

Color convert

RGB252177221-
CMYK00.300.120.01
HSL324.8º92.59%84.12%-
HSV(B)324.8º29.76%98.82%-
XYZ68.9257.3675.85-
YUV204.44137.35161.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 177 (69.53% from 255) = 27.23%
BLUE value IS 221 (86.72% from 255) = 34%
R=38.77%
G=27.23%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217722100.300.120.01324.892.5984.12
HexFCB1DD01EC11455d54
Octal374261335036141505135124
Binary1111110010110001110111010111101100110100010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1DD; }

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

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

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

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

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

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

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

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