Shades of Lavender Blush #FFE6F5
Tints of Lavender Blush #FFE6F5
RGB
CMYK
RGB Variations
Color information
#FFE6F5 (or 0xFFE6F5) is known color: Lavender Blush. HEX triplet: FF, E6 and F5. RGB value is (255,230,245). Sum of RGB (Red+Green+Blue) = 255+230+245=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 230 (90.23% from 255 or 31.51% from 730); Blue value is 245 (96.09% from 255 or 33.56% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6F5 is #00190A. Grayscale: #EFEFEF. Windows color (decimal): -6411 or 16115455. OLE color: 16115455.
HSL color Cylindrical-coordinate representation of color #FFE6F5: hue angle of 324º 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 #FFE6F5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 245 | - |
| CMYK | 0 | 0.10 | 0.04 | 0 |
| HSL | 324º | 1% | 0.95% | - |
| HSV(B) | 324º | 0.1% | 1% | - |
| XYZ | 86.02 | 84.45 | 98.15 | - |
| YUV | 239.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 245 | 0 | 0.10 | 0.04 | 0 | 324 | 1 | 0.95 |
| Hex | FF | E6 | F5 | 0 | A | 4 | 0 | 144 | 64 | 5F |
| Octal | 377 | 346 | 365 | 0 | 12 | 4 | 0 | 504 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11110101 | 0 | 1010 | 100 | 0 | 101000100 | 1100100 | 1011111 |
Color Harmonies of #FFE6F5
Complementary color
Monochromatic Colors of #FFE6F5
Black with #FFE6F5
Text Example
Text Example
White with #FFE6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6F5; }
p { color: rgb(255,230,245); }
H1.HeaderClassName
{
color: #FFE6F5;
}
.AnyTagClassName
{
color: #FFE6F5;
}
</style>
background-color css
<style>
a { background-color: #FFE6F5; }
a { background-color: rgb(255,230,245); }
div.DivClassName
{
background-color: #FFE6F5;
}
.BgClassName
{
background-color: #FFE6F5;
}
</style>
border-color css
<style>
span { border-color: #FFE6F5; }
span { border-color: rgb(255,230,245); }
td.TdClassName
{
border-color: #FFE6F5;
}
.TagClassName
{
border-color: #FFE6F5;
}
</style>