Shades of Lavender Blush #FFEFFB
Tints of Lavender Blush #FFEFFB
RGB
CMYK
RGB Variations
Color information
#FFEFFB (or 0xFFEFFB) is known color: Lavender Blush. HEX triplet: FF, EF and FB. RGB value is (255,239,251). Sum of RGB (Red+Green+Blue) = 255+239+251=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 239 (93.75% from 255 or 32.08% from 745); Blue value is 251 (98.44% from 255 or 33.69% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFFB is #001004. Grayscale: #F5F5F5. Windows color (decimal): -4101 or 16510975. OLE color: 16510975.
HSL color Cylindrical-coordinate representation of color #FFEFFB: hue angle of 315º 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 #FFEFFB is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 251 | - |
| CMYK | 0 | 0.06 | 0.02 | 0 |
| HSL | 315º | 1% | 0.97% | - |
| HSV(B) | 315º | 0.06% | 1% | - |
| XYZ | 89.52 | 89.96 | 103.91 | - |
| YUV | 245.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 251 | 0 | 0.06 | 0.02 | 0 | 315 | 1 | 0.97 |
| Hex | FF | EF | FB | 0 | 6 | 2 | 0 | 13B | 64 | 61 |
| Octal | 377 | 357 | 373 | 0 | 6 | 2 | 0 | 473 | 144 | 141 |
| Binary | 11111111 | 11101111 | 11111011 | 0 | 110 | 10 | 0 | 100111011 | 1100100 | 1100001 |
Color Harmonies of #FFEFFB
Complementary color
Monochromatic Colors of #FFEFFB
Black with #FFEFFB
Text Example
Text Example
White with #FFEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFFB; }
p { color: rgb(255,239,251); }
H1.HeaderClassName
{
color: #FFEFFB;
}
.AnyTagClassName
{
color: #FFEFFB;
}
</style>
background-color css
<style>
a { background-color: #FFEFFB; }
a { background-color: rgb(255,239,251); }
div.DivClassName
{
background-color: #FFEFFB;
}
.BgClassName
{
background-color: #FFEFFB;
}
</style>
border-color css
<style>
span { border-color: #FFEFFB; }
span { border-color: rgb(255,239,251); }
td.TdClassName
{
border-color: #FFEFFB;
}
.TagClassName
{
border-color: #FFEFFB;
}
</style>