#FBEEF5

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

Shades of Lavender Blush #FBEEF5

Tints of Lavender Blush #FBEEF5

Color information

#FBEEF5 (or 0xFBEEF5) is unknown color: approx Lavender Blush. HEX triplet: FB, EE and F5. RGB value is (251,238,245). Sum of RGB (Red+Green+Blue) = 251+238+245=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 238 (93.36% from 255 or 32.43% from 734); Blue value is 245 (96.09% from 255 or 33.38% from 734); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEF5 is #04110A. Grayscale: #F2F2F2. Windows color (decimal): -266507 or 16117499. OLE color: 16117499.

HSL color Cylindrical-coordinate representation of color #FBEEF5: hue angle of 327.69º degrees, saturation: 0.62, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBEEF5 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251238245-
CMYK00.050.020.02
HSL327.69º61.9%95.88%-
HSV(B)327.69º5.18%98.43%-
XYZ86.8488.2598.84-
YUV242.68129.31133.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.20%
GREEN value IS 238 (93.36% from 255) = 32.43%
BLUE value IS 245 (96.09% from 255) = 33.38%
R=34.20%
G=32.43%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123824500.050.020.02327.6961.995.88
HexFBEEF505221483e60
Octal373356365052251076140
Binary111110111110111011110101010110101010010001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEF5; }

 p { color: rgb(251,238,245); }

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

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

 a { background-color: rgb(251,238,245); }

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

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

 span { border-color: rgb(251,238,245); }

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