Shades of Lavender Blush #FFEFF5
Tints of Lavender Blush #FFEFF5
RGB
CMYK
RGB Variations
Color information
#FFEFF5 (or 0xFFEFF5) is known color: Lavender Blush. HEX triplet: FF, EF and F5. RGB value is (255,239,245). Sum of RGB (Red+Green+Blue) = 255+239+245=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 239 (93.75% from 255 or 32.34% from 739); Blue value is 245 (96.09% from 255 or 33.15% from 739); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEFF5 is #00100A. Grayscale: #F4F4F4. Windows color (decimal): -4107 or 16117759. OLE color: 16117759.
HSL color Cylindrical-coordinate representation of color #FFEFF5: hue angle of 337.5º 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 #FFEFF5 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 245 | - |
| CMYK | 0 | 0.06 | 0.04 | 0 |
| HSL | 337.5º | 1% | 0.97% | - |
| HSV(B) | 337.5º | 0.06% | 1% | - |
| XYZ | 88.59 | 89.59 | 99.01 | - |
| YUV | 244.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 245 | 0 | 0.06 | 0.04 | 0 | 337.5 | 1 | 0.97 |
| Hex | FF | EF | F5 | 0 | 6 | 4 | 0 | 152 | 64 | 61 |
| Octal | 377 | 357 | 365 | 0 | 6 | 4 | 0 | 522 | 144 | 141 |
| Binary | 11111111 | 11101111 | 11110101 | 0 | 110 | 100 | 0 | 101010010 | 1100100 | 1100001 |
Color Harmonies of #FFEFF5
Complementary color
Monochromatic Colors of #FFEFF5
Black with #FFEFF5
Text Example
Text Example
White with #FFEFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFF5; }
p { color: rgb(255,239,245); }
H1.HeaderClassName
{
color: #FFEFF5;
}
.AnyTagClassName
{
color: #FFEFF5;
}
</style>
background-color css
<style>
a { background-color: #FFEFF5; }
a { background-color: rgb(255,239,245); }
div.DivClassName
{
background-color: #FFEFF5;
}
.BgClassName
{
background-color: #FFEFF5;
}
</style>
border-color css
<style>
span { border-color: #FFEFF5; }
span { border-color: rgb(255,239,245); }
td.TdClassName
{
border-color: #FFEFF5;
}
.TagClassName
{
border-color: #FFEFF5;
}
</style>