Shades of Lavender Blush #FFEFFA
Tints of Lavender Blush #FFEFFA
RGB
CMYK
RGB Variations
Color information
#FFEFFA (or 0xFFEFFA) is known color: Lavender Blush. HEX triplet: FF, EF and FA. RGB value is (255,239,250). Sum of RGB (Red+Green+Blue) = 255+239+250=744 (98% of max value = 765). Red value is 255 (100% from 255 or 34.27% from 744); Green value is 239 (93.75% from 255 or 32.12% from 744); Blue value is 250 (98.05% from 255 or 33.60% from 744); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFFA is #001005. Grayscale: #F5F5F5. Windows color (decimal): -4102 or 16445439. OLE color: 16445439.
HSL color Cylindrical-coordinate representation of color #FFEFFA: hue angle of 318.75º 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 #FFEFFA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 250 | - |
| CMYK | 0 | 0.06 | 0.02 | 0 |
| HSL | 318.75º | 1% | 0.97% | - |
| HSV(B) | 318.75º | 0.06% | 1% | - |
| XYZ | 89.36 | 89.9 | 103.08 | - |
| YUV | 245.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 250 | 0 | 0.06 | 0.02 | 0 | 318.75 | 1 | 0.97 |
| Hex | FF | EF | FA | 0 | 6 | 2 | 0 | 13F | 64 | 61 |
| Octal | 377 | 357 | 372 | 0 | 6 | 2 | 0 | 477 | 144 | 141 |
| Binary | 11111111 | 11101111 | 11111010 | 0 | 110 | 10 | 0 | 100111111 | 1100100 | 1100001 |
Color Harmonies of #FFEFFA
Complementary color
Monochromatic Colors of #FFEFFA
Black with #FFEFFA
Text Example
Text Example
White with #FFEFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFFA; }
p { color: rgb(255,239,250); }
H1.HeaderClassName
{
color: #FFEFFA;
}
.AnyTagClassName
{
color: #FFEFFA;
}
</style>
background-color css
<style>
a { background-color: #FFEFFA; }
a { background-color: rgb(255,239,250); }
div.DivClassName
{
background-color: #FFEFFA;
}
.BgClassName
{
background-color: #FFEFFA;
}
</style>
border-color css
<style>
span { border-color: #FFEFFA; }
span { border-color: rgb(255,239,250); }
td.TdClassName
{
border-color: #FFEFFA;
}
.TagClassName
{
border-color: #FFEFFA;
}
</style>