#FCB1DA

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

Shades of Lavender Pink #FCB1DA

Tints of Lavender Pink #FCB1DA

Color information

#FCB1DA (or 0xFCB1DA) is unknown color: approx Lavender Pink. HEX triplet: FC, B1 and DA. RGB value is (252,177,218). Sum of RGB (Red+Green+Blue) = 252+177+218=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 177 (69.53% from 255 or 27.36% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1DA is #034E25. Grayscale: #CCCCCC. Windows color (decimal): -216614 or 14332412. OLE color: 14332412.

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

Color convert

RGB252177218-
CMYK00.300.130.01
HSL327.2º92.59%84.12%-
HSV(B)327.2º29.76%98.82%-
XYZ68.5257.273.76-
YUV204.1135.85162.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 177 (69.53% from 255) = 27.36%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=38.95%
G=27.36%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217721800.300.130.01327.292.5984.12
HexFCB1DA01ED11475d54
Octal374261332036151507135124
Binary1111110010110001110110100111101101110100011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1DA; }

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

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

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

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

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

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

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

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