#FBB5E0

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

Shades of Lavender Pink #FBB5E0

Tints of Lavender Pink #FBB5E0

Color information

#FBB5E0 (or 0xFBB5E0) is unknown color: approx Lavender Pink. HEX triplet: FB, B5 and E0. RGB value is (251,181,224). Sum of RGB (Red+Green+Blue) = 251+181+224=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5E0 is #044A1F. Grayscale: #CECECE. Windows color (decimal): -281120 or 14726651. OLE color: 14726651.

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

Color convert

RGB251181224-
CMYK00.280.110.02
HSL323.14º89.74%84.71%-
HSV(B)323.14º27.89%98.43%-
XYZ69.7658.9478.22-
YUV206.83137.69159.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 181 (71.09% from 255) = 27.59%
BLUE value IS 224 (87.89% from 255) = 34.15%
R=38.26%
G=27.59%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118122400.280.110.02323.1489.7484.71
HexFBB5E001CB21435a55
Octal373265340034132503132125
Binary11111011101101011110000001110010111010100001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5E0; }

 p { color: rgb(251,181,224); }

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

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

 a { background-color: rgb(251,181,224); }

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

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

 span { border-color: rgb(251,181,224); }

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