Shades of Lavender Blush #FFECF8
Tints of Lavender Blush #FFECF8
RGB
CMYK
RGB Variations
Color information
#FFECF8 (or 0xFFECF8) is known color: Lavender Blush. HEX triplet: FF, EC and F8. RGB value is (255,236,248). Sum of RGB (Red+Green+Blue) = 255+236+248=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 236 (92.58% from 255 or 31.94% from 739); Blue value is 248 (97.27% from 255 or 33.56% from 739); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECF8 is #001307. Grayscale: #F3F3F3. Windows color (decimal): -4872 or 16313599. OLE color: 16313599.
HSL color Cylindrical-coordinate representation of color #FFECF8: hue angle of 322.11º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFECF8 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 236 | 248 | - |
CMYK | 0 | 0.07 | 0.03 | 0 |
HSL | 322.11º | 1% | 0.96% | - |
HSV(B) | 322.11º | 0.07% | 1% | - |
XYZ | 88.18 | 88.03 | 101.15 | - |
YUV | 243.05 | 130.79 | 136.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 236 | 248 | 0 | 0.07 | 0.03 | 0 | 322.11 | 1 | 0.96 |
Hex | FF | EC | F8 | 0 | 7 | 3 | 0 | 142 | 64 | 60 |
Octal | 377 | 354 | 370 | 0 | 7 | 3 | 0 | 502 | 144 | 140 |
Binary | 11111111 | 11101100 | 11111000 | 0 | 111 | 11 | 0 | 101000010 | 1100100 | 1100000 |
Color Harmonies of #FFECF8
Complementary color
Monochromatic Colors of #FFECF8
Black with #FFECF8
Text Example
Text Example
White with #FFECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECF8; }
p { color: rgb(255,236,248); }
H1.HeaderClassName
{
color: #FFECF8;
}
.AnyTagClassName
{
color: #FFECF8;
}
</style>
background-color css
<style>
a { background-color: #FFECF8; }
a { background-color: rgb(255,236,248); }
div.DivClassName
{
background-color: #FFECF8;
}
.BgClassName
{
background-color: #FFECF8;
}
</style>
border-color css
<style>
span { border-color: #FFECF8; }
span { border-color: rgb(255,236,248); }
td.TdClassName
{
border-color: #FFECF8;
}
.TagClassName
{
border-color: #FFECF8;
}
</style>