Shades of Lavender Blush #FEF6F8
Tints of Lavender Blush #FEF6F8
RGB
CMYK
RGB Variations
Color information
#FEF6F8 (or 0xFEF6F8) is known color: Lavender Blush. HEX triplet: FE, F6 and F8. RGB value is (254,246,248). Sum of RGB (Red+Green+Blue) = 254+246+248=748 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.96% from 748); Green value is 246 (96.48% from 255 or 32.89% from 748); Blue value is 248 (97.27% from 255 or 33.16% from 748); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6F8 is #010907. Grayscale: #F8F8F8. Windows color (decimal): -67848 or 16316158. OLE color: 16316158.
HSL color Cylindrical-coordinate representation of color #FEF6F8: hue angle of 345º degrees, saturation: 0.8, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FEF6F8 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 248 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.00 |
| HSL | 345º | 0.8% | 0.98% | - |
| HSV(B) | 345º | 0.03% | 1% | - |
| XYZ | 90.77 | 93.76 | 102.12 | - |
| YUV | 248.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 248 | 0 | 0.03 | 0.02 | 0.00 | 345 | 0.8 | 0.98 |
| Hex | FE | F6 | F8 | 0 | 3 | 2 | 0 | 159 | 50 | 62 |
| Octal | 376 | 366 | 370 | 0 | 3 | 2 | 0 | 531 | 120 | 142 |
| Binary | 11111110 | 11110110 | 11111000 | 0 | 11 | 10 | 0 | 101011001 | 1010000 | 1100010 |
Color Harmonies of #FEF6F8
Complementary color
Monochromatic Colors of #FEF6F8
Black with #FEF6F8
Text Example
Text Example
White with #FEF6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6F8; }
p { color: rgb(254,246,248); }
H1.HeaderClassName
{
color: #FEF6F8;
}
.AnyTagClassName
{
color: #FEF6F8;
}
</style>
background-color css
<style>
a { background-color: #FEF6F8; }
a { background-color: rgb(254,246,248); }
div.DivClassName
{
background-color: #FEF6F8;
}
.BgClassName
{
background-color: #FEF6F8;
}
</style>
border-color css
<style>
span { border-color: #FEF6F8; }
span { border-color: rgb(254,246,248); }
td.TdClassName
{
border-color: #FEF6F8;
}
.TagClassName
{
border-color: #FEF6F8;
}
</style>