#FBB4D6

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

Shades of Lavender Pink #FBB4D6

Tints of Lavender Pink #FBB4D6

Color information

#FBB4D6 (or 0xFBB4D6) is unknown color: approx Lavender Pink. HEX triplet: FB, B4 and D6. RGB value is (251,180,214). Sum of RGB (Red+Green+Blue) = 251+180+214=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 180 (70.70% from 255 or 27.91% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4D6 is #044B29. Grayscale: #CDCDCD. Windows color (decimal): -281386 or 14071035. OLE color: 14071035.

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

Color convert

RGB251180214-
CMYK00.280.150.02
HSL331.27º89.87%84.51%-
HSV(B)331.27º28.29%98.43%-
XYZ68.2458.0171.22-
YUV205.1133.02160.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 180 (70.70% from 255) = 27.91%
BLUE value IS 214 (83.98% from 255) = 33.18%
R=38.91%
G=27.91%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118021400.280.150.02331.2789.8784.51
HexFBB4D601CF214b5a55
Octal373264326034172513132125
Binary11111011101101001101011001110011111010100101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4D6; }

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

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

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

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

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

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

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

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