Shades of Lavender Blush #FFE6F7
Tints of Lavender Blush #FFE6F7
RGB
CMYK
RGB Variations
Color information
#FFE6F7 (or 0xFFE6F7) is known color: Lavender Blush. HEX triplet: FF, E6 and F7. RGB value is (255,230,247). Sum of RGB (Red+Green+Blue) = 255+230+247=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 230 (90.23% from 255 or 31.42% from 732); Blue value is 247 (96.88% from 255 or 33.74% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6F7 is #001908. Grayscale: #EFEFEF. Windows color (decimal): -6409 or 16246527. OLE color: 16246527.
HSL color Cylindrical-coordinate representation of color #FFE6F7: hue angle of 319.2º 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 #FFE6F7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 247 | - |
| CMYK | 0 | 0.10 | 0.03 | 0 |
| HSL | 319.2º | 1% | 0.95% | - |
| HSV(B) | 319.2º | 0.1% | 1% | - |
| XYZ | 86.33 | 84.57 | 99.77 | - |
| YUV | 239.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 247 | 0 | 0.10 | 0.03 | 0 | 319.2 | 1 | 0.95 |
| Hex | FF | E6 | F7 | 0 | A | 3 | 0 | 13F | 64 | 5F |
| Octal | 377 | 346 | 367 | 0 | 12 | 3 | 0 | 477 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11110111 | 0 | 1010 | 11 | 0 | 100111111 | 1100100 | 1011111 |
Color Harmonies of #FFE6F7
Complementary color
Monochromatic Colors of #FFE6F7
Black with #FFE6F7
Text Example
Text Example
White with #FFE6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6F7; }
p { color: rgb(255,230,247); }
H1.HeaderClassName
{
color: #FFE6F7;
}
.AnyTagClassName
{
color: #FFE6F7;
}
</style>
background-color css
<style>
a { background-color: #FFE6F7; }
a { background-color: rgb(255,230,247); }
div.DivClassName
{
background-color: #FFE6F7;
}
.BgClassName
{
background-color: #FFE6F7;
}
</style>
border-color css
<style>
span { border-color: #FFE6F7; }
span { border-color: rgb(255,230,247); }
td.TdClassName
{
border-color: #FFE6F7;
}
.TagClassName
{
border-color: #FFE6F7;
}
</style>