#FCB4D9

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

Shades of Lavender Pink #FCB4D9

Tints of Lavender Pink #FCB4D9

Color information

#FCB4D9 (or 0xFCB4D9) is unknown color: approx Lavender Pink. HEX triplet: FC, B4 and D9. RGB value is (252,180,217). Sum of RGB (Red+Green+Blue) = 252+180+217=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 180 (70.70% from 255 or 27.73% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4D9 is #034B26. Grayscale: #CDCDCD. Windows color (decimal): -215847 or 14267644. OLE color: 14267644.

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

Color convert

RGB252180217-
CMYK00.290.140.01
HSL329.17º92.31%84.71%-
HSV(B)329.17º28.57%98.82%-
XYZ68.9958.3573.27-
YUV205.75134.35160.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 180 (70.70% from 255) = 27.73%
BLUE value IS 217 (85.16% from 255) = 33.44%
R=38.83%
G=27.73%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218021700.290.140.01329.1792.3184.71
HexFCB4D901DE11495c55
Octal374264331035161511134125
Binary1111110010110100110110010111011110110100100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4D9; }

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

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

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

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

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

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

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

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