Shades of Lavender Blush #FEF0F7
Tints of Lavender Blush #FEF0F7
RGB
CMYK
RGB Variations
Color information
#FEF0F7 (or 0xFEF0F7) is known color: Lavender Blush. HEX triplet: FE, F0 and F7. RGB value is (254,240,247). Sum of RGB (Red+Green+Blue) = 254+240+247=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 240 (94.14% from 255 or 32.39% from 741); Blue value is 247 (96.88% from 255 or 33.33% from 741); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0F7 is #010F08. Grayscale: #F4F4F4. Windows color (decimal): -69385 or 16249086. OLE color: 16249086.
HSL color Cylindrical-coordinate representation of color #FEF0F7: hue angle of 330º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEF0F7 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 247 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.00 |
| HSL | 330º | 0.88% | 0.97% | - |
| HSV(B) | 330º | 0.06% | 1% | - |
| XYZ | 88.82 | 90.11 | 100.71 | - |
| YUV | 244.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 247 | 0 | 0.06 | 0.03 | 0.00 | 330 | 0.88 | 0.97 |
| Hex | FE | F0 | F7 | 0 | 6 | 3 | 0 | 14A | 58 | 61 |
| Octal | 376 | 360 | 367 | 0 | 6 | 3 | 0 | 512 | 130 | 141 |
| Binary | 11111110 | 11110000 | 11110111 | 0 | 110 | 11 | 0 | 101001010 | 1011000 | 1100001 |
Color Harmonies of #FEF0F7
Complementary color
Monochromatic Colors of #FEF0F7
Black with #FEF0F7
Text Example
Text Example
White with #FEF0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0F7; }
p { color: rgb(254,240,247); }
H1.HeaderClassName
{
color: #FEF0F7;
}
.AnyTagClassName
{
color: #FEF0F7;
}
</style>
background-color css
<style>
a { background-color: #FEF0F7; }
a { background-color: rgb(254,240,247); }
div.DivClassName
{
background-color: #FEF0F7;
}
.BgClassName
{
background-color: #FEF0F7;
}
</style>
border-color css
<style>
span { border-color: #FEF0F7; }
span { border-color: rgb(254,240,247); }
td.TdClassName
{
border-color: #FEF0F7;
}
.TagClassName
{
border-color: #FEF0F7;
}
</style>