#FBB4DE

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

Shades of Lavender Pink #FBB4DE

Tints of Lavender Pink #FBB4DE

Color information

#FBB4DE (or 0xFBB4DE) is unknown color: approx Lavender Pink. HEX triplet: FB, B4 and DE. RGB value is (251,180,222). Sum of RGB (Red+Green+Blue) = 251+180+222=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4DE is #044B21. Grayscale: #CDCDCD. Windows color (decimal): -281378 or 14595323. OLE color: 14595323.

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

Color convert

RGB251180222-
CMYK00.280.120.02
HSL324.51º89.87%84.51%-
HSV(B)324.51º28.29%98.43%-
XYZ69.2958.4376.73-
YUV206.02137.02160.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 180 (70.70% from 255) = 27.57%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=38.44%
G=27.57%
B=34.00%

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
Decimal25118022200.280.120.02324.5189.8784.51
HexFBB4DE01CC21455a55
Octal373264336034142505132125
Binary11111011101101001101111001110011001010100010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4DE; }

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

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

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

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

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

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

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

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