Shades of Lavender Blush #FFEFF4
Tints of Lavender Blush #FFEFF4
RGB
CMYK
RGB Variations
Color information
#FFEFF4 (or 0xFFEFF4) is known color: Lavender Blush. HEX triplet: FF, EF and F4. RGB value is (255,239,244). Sum of RGB (Red+Green+Blue) = 255+239+244=738 (97% of max value = 765). Red value is 255 (100% from 255 or 34.55% from 738); Green value is 239 (93.75% from 255 or 32.38% from 738); Blue value is 244 (95.70% from 255 or 33.06% from 738); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFF4 is #00100B. Grayscale: #F4F4F4. Windows color (decimal): -4108 or 16052223. OLE color: 16052223.
HSL color Cylindrical-coordinate representation of color #FFEFF4: hue angle of 341.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 #FFEFF4 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 244 | - |
| CMYK | 0 | 0.06 | 0.04 | 0 |
| HSL | 341.25º | 1% | 0.97% | - |
| HSV(B) | 341.25º | 0.06% | 1% | - |
| XYZ | 88.44 | 89.52 | 98.21 | - |
| YUV | 244.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 244 | 0 | 0.06 | 0.04 | 0 | 341.25 | 1 | 0.97 |
| Hex | FF | EF | F4 | 0 | 6 | 4 | 0 | 155 | 64 | 61 |
| Octal | 377 | 357 | 364 | 0 | 6 | 4 | 0 | 525 | 144 | 141 |
| Binary | 11111111 | 11101111 | 11110100 | 0 | 110 | 100 | 0 | 101010101 | 1100100 | 1100001 |
Color Harmonies of #FFEFF4
Complementary color
Monochromatic Colors of #FFEFF4
Black with #FFEFF4
Text Example
Text Example
White with #FFEFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFF4; }
p { color: rgb(255,239,244); }
H1.HeaderClassName
{
color: #FFEFF4;
}
.AnyTagClassName
{
color: #FFEFF4;
}
</style>
background-color css
<style>
a { background-color: #FFEFF4; }
a { background-color: rgb(255,239,244); }
div.DivClassName
{
background-color: #FFEFF4;
}
.BgClassName
{
background-color: #FFEFF4;
}
</style>
border-color css
<style>
span { border-color: #FFEFF4; }
span { border-color: rgb(255,239,244); }
td.TdClassName
{
border-color: #FFEFF4;
}
.TagClassName
{
border-color: #FFEFF4;
}
</style>