#FBB4DD

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

Shades of Lavender Pink #FBB4DD

Tints of Lavender Pink #FBB4DD

Color information

#FBB4DD (or 0xFBB4DD) is unknown color: approx Lavender Pink. HEX triplet: FB, B4 and DD. RGB value is (251,180,221). Sum of RGB (Red+Green+Blue) = 251+180+221=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4DD is #044B22. Grayscale: #CDCDCD. Windows color (decimal): -281379 or 14529787. OLE color: 14529787.

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

Color convert

RGB251180221-
CMYK00.280.120.02
HSL325.35º89.87%84.51%-
HSV(B)325.35º28.29%98.43%-
XYZ69.1658.3776.03-
YUV205.9136.52160.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 180 (70.70% from 255) = 27.61%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=38.50%
G=27.61%
B=33.90%

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
Decimal25118022100.280.120.02325.3589.8784.51
HexFBB4DD01CC21455a55
Octal373264335034142505132125
Binary11111011101101001101110101110011001010100010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4DD; }

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

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

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

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

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

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

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

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