#FBB2E0

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

Shades of Lavender Pink #FBB2E0

Tints of Lavender Pink #FBB2E0

Color information

#FBB2E0 (or 0xFBB2E0) is unknown color: approx Lavender Pink. HEX triplet: FB, B2 and E0. RGB value is (251,178,224). Sum of RGB (Red+Green+Blue) = 251+178+224=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2E0 is #044D1F. Grayscale: #CCCCCC. Windows color (decimal): -281888 or 14725883. OLE color: 14725883.

HSL color Cylindrical-coordinate representation of color #FBB2E0: hue angle of 322.19º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB2E0 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251178224-
CMYK00.290.110.02
HSL322.19º90.12%84.12%-
HSV(B)322.19º29.08%98.43%-
XYZ69.1657.7378.02-
YUV205.07138.68160.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 178 (69.92% from 255) = 27.26%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=38.44%
G=27.26%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117822400.290.110.02322.1990.1284.12
HexFBB2E001DB21425a54
Octal373262340035132502132124
Binary11111011101100101110000001110110111010100001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2E0; }

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

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

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

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

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

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

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

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