Shades of Lavender Blush #FFE6F8
Tints of Lavender Blush #FFE6F8
RGB
CMYK
RGB Variations
Color information
#FFE6F8 (or 0xFFE6F8) is known color: Lavender Blush. HEX triplet: FF, E6 and F8. RGB value is (255,230,248). Sum of RGB (Red+Green+Blue) = 255+230+248=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 230 (90.23% from 255 or 31.38% from 733); Blue value is 248 (97.27% from 255 or 33.83% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6F8 is #001907. Grayscale: #EFEFEF. Windows color (decimal): -6408 or 16312063. OLE color: 16312063.
HSL color Cylindrical-coordinate representation of color #FFE6F8: hue angle of 316.8º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE6F8 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 248 | - |
| CMYK | 0 | 0.10 | 0.03 | 0 |
| HSL | 316.8º | 1% | 0.95% | - |
| HSV(B) | 316.8º | 0.1% | 1% | - |
| XYZ | 86.48 | 84.63 | 100.58 | - |
| YUV | 239.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 248 | 0 | 0.10 | 0.03 | 0 | 316.8 | 1 | 0.95 |
| Hex | FF | E6 | F8 | 0 | A | 3 | 0 | 13D | 64 | 5F |
| Octal | 377 | 346 | 370 | 0 | 12 | 3 | 0 | 475 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11111000 | 0 | 1010 | 11 | 0 | 100111101 | 1100100 | 1011111 |
Color Harmonies of #FFE6F8
Complementary color
Monochromatic Colors of #FFE6F8
Black with #FFE6F8
Text Example
Text Example
White with #FFE6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6F8; }
p { color: rgb(255,230,248); }
H1.HeaderClassName
{
color: #FFE6F8;
}
.AnyTagClassName
{
color: #FFE6F8;
}
</style>
background-color css
<style>
a { background-color: #FFE6F8; }
a { background-color: rgb(255,230,248); }
div.DivClassName
{
background-color: #FFE6F8;
}
.BgClassName
{
background-color: #FFE6F8;
}
</style>
border-color css
<style>
span { border-color: #FFE6F8; }
span { border-color: rgb(255,230,248); }
td.TdClassName
{
border-color: #FFE6F8;
}
.TagClassName
{
border-color: #FFE6F8;
}
</style>