#FBEEF4

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

Shades of Lavender Blush #FBEEF4

Tints of Lavender Blush #FBEEF4

Color information

#FBEEF4 (or 0xFBEEF4) is unknown color: approx Lavender Blush. HEX triplet: FB, EE and F4. RGB value is (251,238,244). Sum of RGB (Red+Green+Blue) = 251+238+244=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 238 (93.36% from 255 or 32.47% from 733); Blue value is 244 (95.70% from 255 or 33.29% from 733); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEF4 is #04110B. Grayscale: #F2F2F2. Windows color (decimal): -266508 or 16051963. OLE color: 16051963.

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

Color convert

RGB251238244-
CMYK00.050.030.02
HSL332.31º61.9%95.88%-
HSV(B)332.31º5.18%98.43%-
XYZ86.6988.1998.04-
YUV242.57128.81134.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.24%
GREEN value IS 238 (93.36% from 255) = 32.47%
BLUE value IS 244 (95.70% from 255) = 33.29%
R=34.24%
G=32.47%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123824400.050.030.02332.3161.995.88
HexFBEEF4053214c3e60
Octal373356364053251476140
Binary111110111110111011110100010111101010011001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEF4; }

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

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

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

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

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

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

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

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