#FBEEF8

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

Shades of Lavender Blush #FBEEF8

Tints of Lavender Blush #FBEEF8

Color information

#FBEEF8 (or 0xFBEEF8) is unknown color: approx Lavender Blush. HEX triplet: FB, EE and F8. RGB value is (251,238,248). Sum of RGB (Red+Green+Blue) = 251+238+248=737 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.06% from 737); Green value is 238 (93.36% from 255 or 32.29% from 737); Blue value is 248 (97.27% from 255 or 33.65% from 737); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEF8 is #041107. Grayscale: #F2F2F2. Windows color (decimal): -266504 or 16314107. OLE color: 16314107.

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

Color convert

RGB251238248-
CMYK00.050.010.02
HSL313.85º61.9%95.88%-
HSV(B)313.85º5.18%98.43%-
XYZ87.388.44101.28-
YUV243.03130.81133.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.06%
GREEN value IS 238 (93.36% from 255) = 32.29%
BLUE value IS 248 (97.27% from 255) = 33.65%
R=34.06%
G=32.29%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123824800.050.010.02313.8561.995.88
HexFBEEF8051213a3e60
Octal373356370051247276140
Binary11111011111011101111100001011101001110101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEF8; }

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

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

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

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

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

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

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

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