Shades of Lavender Blush #FFEFF8
Tints of Lavender Blush #FFEFF8
RGB
CMYK
RGB Variations
Color information
#FFEFF8 (or 0xFFEFF8) is known color: Lavender Blush. HEX triplet: FF, EF and F8. RGB value is (255,239,248). Sum of RGB (Red+Green+Blue) = 255+239+248=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 239 (93.75% from 255 or 32.21% from 742); Blue value is 248 (97.27% from 255 or 33.42% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFF8 is #001007. Grayscale: #F4F4F4. Windows color (decimal): -4104 or 16314367. OLE color: 16314367.
HSL color Cylindrical-coordinate representation of color #FFEFF8: hue angle of 326.25º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFEFF8 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 248 | - |
| CMYK | 0 | 0.06 | 0.03 | 0 |
| HSL | 326.25º | 1% | 0.97% | - |
| HSV(B) | 326.25º | 0.06% | 1% | - |
| XYZ | 89.05 | 89.77 | 101.44 | - |
| YUV | 244.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 248 | 0 | 0.06 | 0.03 | 0 | 326.25 | 1 | 0.97 |
| Hex | FF | EF | F8 | 0 | 6 | 3 | 0 | 146 | 64 | 61 |
| Octal | 377 | 357 | 370 | 0 | 6 | 3 | 0 | 506 | 144 | 141 |
| Binary | 11111111 | 11101111 | 11111000 | 0 | 110 | 11 | 0 | 101000110 | 1100100 | 1100001 |
Color Harmonies of #FFEFF8
Complementary color
Monochromatic Colors of #FFEFF8
Black with #FFEFF8
Text Example
Text Example
White with #FFEFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFF8; }
p { color: rgb(255,239,248); }
H1.HeaderClassName
{
color: #FFEFF8;
}
.AnyTagClassName
{
color: #FFEFF8;
}
</style>
background-color css
<style>
a { background-color: #FFEFF8; }
a { background-color: rgb(255,239,248); }
div.DivClassName
{
background-color: #FFEFF8;
}
.BgClassName
{
background-color: #FFEFF8;
}
</style>
border-color css
<style>
span { border-color: #FFEFF8; }
span { border-color: rgb(255,239,248); }
td.TdClassName
{
border-color: #FFEFF8;
}
.TagClassName
{
border-color: #FFEFF8;
}
</style>