Shades of Lavender Blush #FBEFF8
Tints of Lavender Blush #FBEFF8
RGB
CMYK
RGB Variations
Color information
#FBEFF8 (or 0xFBEFF8) is known color: 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
RGB | 251 | 239 | 248 | - |
CMYK | 0 | 0.05 | 0.01 | 0.02 |
HSL | 315º | 0.6% | 0.96% | - |
HSV(B) | 315º | 0.05% | 0.98% | - |
XYZ | 87.59 | 89.02 | 101.37 | - |
YUV | 243.61 | 130.48 | 133.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 239 | 248 | 0 | 0.05 | 0.01 | 0.02 | 315 | 0.6 | 0.96 |
Hex | FB | EF | F8 | 0 | 5 | 1 | 2 | 13B | 3C | 60 |
Octal | 373 | 357 | 370 | 0 | 5 | 1 | 2 | 473 | 74 | 140 |
Binary | 11111011 | 11101111 | 11111000 | 0 | 101 | 1 | 10 | 100111011 | 111100 | 1100000 |
Color Harmonies of #FBEFF8
Complementary color
Monochromatic Colors of #FBEFF8
Black with #FBEFF8
Text Example
Text Example
White with #FBEFF8
Text Example
Text Example
HTML Codes & Css Web 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>