#FCB4DA

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

Shades of Lavender Pink #FCB4DA

Tints of Lavender Pink #FCB4DA

Color information

#FCB4DA (or 0xFCB4DA) is unknown color: approx Lavender Pink. HEX triplet: FC, B4 and DA. RGB value is (252,180,218). Sum of RGB (Red+Green+Blue) = 252+180+218=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4DA is #034B25. Grayscale: #CDCDCD. Windows color (decimal): -215846 or 14333180. OLE color: 14333180.

HSL color Cylindrical-coordinate representation of color #FCB4DA: hue angle of 328.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB4DA is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252180218-
CMYK00.290.130.01
HSL328.33º92.31%84.71%-
HSV(B)328.33º28.57%98.82%-
XYZ69.1258.473.96-
YUV205.86134.85160.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 180 (70.70% from 255) = 27.69%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=38.77%
G=27.69%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218021800.290.130.01328.3392.3184.71
HexFCB4DA01DD11485c55
Octal374264332035151510134125
Binary1111110010110100110110100111011101110100100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4DA; }

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

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

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

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

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

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

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

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