Shades of Lavender Blush #FFEFF7
Tints of Lavender Blush #FFEFF7
RGB
CMYK
RGB Variations
Color information
#FFEFF7 (or 0xFFEFF7) is known color: Lavender Blush. HEX triplet: FF, EF and F7. RGB value is (255,239,247). Sum of RGB (Red+Green+Blue) = 255+239+247=741 (98% of max value = 765). Red value is 255 (100% from 255 or 34.41% from 741); Green value is 239 (93.75% from 255 or 32.25% from 741); Blue value is 247 (96.88% from 255 or 33.33% from 741); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFF7 is #001008. Grayscale: #F4F4F4. Windows color (decimal): -4105 or 16248831. OLE color: 16248831.
HSL color Cylindrical-coordinate representation of color #FFEFF7: hue angle of 330º 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 #FFEFF7 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 239 | 247 | - |
CMYK | 0 | 0.06 | 0.03 | 0 |
HSL | 330º | 1% | 0.97% | - |
HSV(B) | 330º | 0.06% | 1% | - |
XYZ | 88.9 | 89.71 | 100.63 | - |
YUV | 244.7 | 129.3 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 239 | 247 | 0 | 0.06 | 0.03 | 0 | 330 | 1 | 0.97 |
Hex | FF | EF | F7 | 0 | 6 | 3 | 0 | 14A | 64 | 61 |
Octal | 377 | 357 | 367 | 0 | 6 | 3 | 0 | 512 | 144 | 141 |
Binary | 11111111 | 11101111 | 11110111 | 0 | 110 | 11 | 0 | 101001010 | 1100100 | 1100001 |
Color Harmonies of #FFEFF7
Complementary color
Monochromatic Colors of #FFEFF7
Black with #FFEFF7
Text Example
Text Example
White with #FFEFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFF7; }
p { color: rgb(255,239,247); }
H1.HeaderClassName
{
color: #FFEFF7;
}
.AnyTagClassName
{
color: #FFEFF7;
}
</style>
background-color css
<style>
a { background-color: #FFEFF7; }
a { background-color: rgb(255,239,247); }
div.DivClassName
{
background-color: #FFEFF7;
}
.BgClassName
{
background-color: #FFEFF7;
}
</style>
border-color css
<style>
span { border-color: #FFEFF7; }
span { border-color: rgb(255,239,247); }
td.TdClassName
{
border-color: #FFEFF7;
}
.TagClassName
{
border-color: #FFEFF7;
}
</style>