#FBEFF8

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

Shades of Lavender Blush #FBEFF8

Tints of Lavender Blush #FBEFF8

Color information

#FBEFF8 (or 0xFBEFF8) is unknown color: approx Lavender Blush. HEX triplet: FB, EF and F8. RGB value is (251,239,248). Sum of RGB (Red+Green+Blue) = 251+239+248=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 239 (93.75% from 255 or 32.38% from 738); Blue value is 248 (97.27% from 255 or 33.60% from 738); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFF8 is #041007. Grayscale: #F3F3F3. Windows color (decimal): -266248 or 16314363. OLE color: 16314363.

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

Color convert

RGB251239248-
CMYK00.050.010.02
HSL315º60%96.08%-
HSV(B)315º4.78%98.43%-
XYZ87.5989.02101.37-
YUV243.61130.48133.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.01%
GREEN value IS 239 (93.75% from 255) = 32.38%
BLUE value IS 248 (97.27% from 255) = 33.60%
R=34.01%
G=32.38%
B=33.60%

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
Decimal25123924800.050.010.023156096.08
HexFBEFF8051213b3c60
Octal373357370051247374140
Binary11111011111011111111100001011101001110111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFF8; }

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

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

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

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

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

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

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

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