#FBB4DA

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

Shades of Lavender Pink #FBB4DA

Tints of Lavender Pink #FBB4DA

Color information

#FBB4DA (or 0xFBB4DA) is unknown color: approx Lavender Pink. HEX triplet: FB, B4 and DA. RGB value is (251,180,218). Sum of RGB (Red+Green+Blue) = 251+180+218=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 180 (70.70% from 255 or 27.73% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4DA is #044B25. Grayscale: #CDCDCD. Windows color (decimal): -281382 or 14333179. OLE color: 14333179.

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

Color convert

RGB251180218-
CMYK00.280.130.02
HSL327.89º89.87%84.51%-
HSV(B)327.89º28.29%98.43%-
XYZ68.7658.2173.94-
YUV205.56135.02160.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 180 (70.70% from 255) = 27.73%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=38.67%
G=27.73%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118021800.280.130.02327.8989.8784.51
HexFBB4DA01CD21485a55
Octal373264332034152510132125
Binary11111011101101001101101001110011011010100100010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4DA; }

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

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

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

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

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

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

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

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