#FBB4DC

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

Shades of Lavender Pink #FBB4DC

Tints of Lavender Pink #FBB4DC

Color information

#FBB4DC (or 0xFBB4DC) is unknown color: approx Lavender Pink. HEX triplet: FB, B4 and DC. RGB value is (251,180,220). Sum of RGB (Red+Green+Blue) = 251+180+220=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 180 (70.70% from 255 or 27.65% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4DC is #044B23. Grayscale: #CDCDCD. Windows color (decimal): -281380 or 14464251. OLE color: 14464251.

HSL color Cylindrical-coordinate representation of color #FBB4DC: hue angle of 326.2º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB4DC is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251180220-
CMYK00.280.120.02
HSL326.2º89.87%84.51%-
HSV(B)326.2º28.29%98.43%-
XYZ69.0258.3275.33-
YUV205.79136.02160.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 180 (70.70% from 255) = 27.65%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=38.56%
G=27.65%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118022000.280.120.02326.289.8784.51
HexFBB4DC01CC21465a55
Octal373264334034142506132125
Binary11111011101101001101110001110011001010100011010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4DC; }

 p { color: rgb(251,180,220); }

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

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

 a { background-color: rgb(251,180,220); }

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

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

 span { border-color: rgb(251,180,220); }

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