#FBEFF4

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

Shades of Lavender Blush #FBEFF4

Tints of Lavender Blush #FBEFF4

Color information

#FBEFF4 (or 0xFBEFF4) is unknown color: approx Lavender Blush. HEX triplet: FB, EF and F4. RGB value is (251,239,244). Sum of RGB (Red+Green+Blue) = 251+239+244=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 239 (93.75% from 255 or 32.56% from 734); Blue value is 244 (95.70% from 255 or 33.24% from 734); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFF4 is #04100B. Grayscale: #F3F3F3. Windows color (decimal): -266252 or 16052219. OLE color: 16052219.

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

Color convert

RGB251239244-
CMYK00.050.030.02
HSL335º60%96.08%-
HSV(B)335º4.78%98.43%-
XYZ86.9888.7798.14-
YUV243.16128.48133.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.20%
GREEN value IS 239 (93.75% from 255) = 32.56%
BLUE value IS 244 (95.70% from 255) = 33.24%
R=34.20%
G=32.56%
B=33.24%

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
Decimal25123924400.050.030.023356096.08
HexFBEFF4053214f3c60
Octal373357364053251774140
Binary111110111110111111110100010111101010011111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFF4; }

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

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

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

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

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

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

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

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