#FCB1D8

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

Shades of Lavender Pink #FCB1D8

Tints of Lavender Pink #FCB1D8

Color information

#FCB1D8 (or 0xFCB1D8) is unknown color: approx Lavender Pink. HEX triplet: FC, B1 and D8. RGB value is (252,177,216). Sum of RGB (Red+Green+Blue) = 252+177+216=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 177 (69.53% from 255 or 27.44% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1D8 is #034E27. Grayscale: #CBCBCB. Windows color (decimal): -216616 or 14201340. OLE color: 14201340.

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

Color convert

RGB252177216-
CMYK00.300.140.01
HSL328.8º92.59%84.12%-
HSV(B)328.8º29.76%98.82%-
XYZ68.2657.172.39-
YUV203.87134.85162.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.07%
GREEN value IS 177 (69.53% from 255) = 27.44%
BLUE value IS 216 (84.77% from 255) = 33.49%
R=39.07%
G=27.44%
B=33.49%

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
Decimal25217721600.300.140.01328.892.5984.12
HexFCB1D801EE11495d54
Octal374261330036161511135124
Binary1111110010110001110110000111101110110100100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1D8; }

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

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

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

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

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

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

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

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