Shades of Lavender Blush #FFEEFC
Tints of Lavender Blush #FFEEFC
RGB
CMYK
RGB Variations
Color information
#FFEEFC (or 0xFFEEFC) is known color: Lavender Blush. HEX triplet: FF, EE and FC. RGB value is (255,238,252). Sum of RGB (Red+Green+Blue) = 255+238+252=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 238 (93.36% from 255 or 31.95% from 745); Blue value is 252 (98.83% from 255 or 33.83% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEFC is #001103. Grayscale: #F4F4F4. Windows color (decimal): -4356 or 16576255. OLE color: 16576255.
HSL color Cylindrical-coordinate representation of color #FFEEFC: hue angle of 310.59º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEEFC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 252 | - |
| CMYK | 0 | 0.07 | 0.01 | 0 |
| HSL | 310.59º | 1% | 0.97% | - |
| HSV(B) | 310.59º | 0.07% | 1% | - |
| XYZ | 89.39 | 89.44 | 104.65 | - |
| YUV | 244.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 252 | 0 | 0.07 | 0.01 | 0 | 310.59 | 1 | 0.97 |
| Hex | FF | EE | FC | 0 | 7 | 1 | 0 | 137 | 64 | 61 |
| Octal | 377 | 356 | 374 | 0 | 7 | 1 | 0 | 467 | 144 | 141 |
| Binary | 11111111 | 11101110 | 11111100 | 0 | 111 | 1 | 0 | 100110111 | 1100100 | 1100001 |
Color Harmonies of #FFEEFC
Complementary color
Monochromatic Colors of #FFEEFC
Black with #FFEEFC
Text Example
Text Example
White with #FFEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEFC; }
p { color: rgb(255,238,252); }
H1.HeaderClassName
{
color: #FFEEFC;
}
.AnyTagClassName
{
color: #FFEEFC;
}
</style>
background-color css
<style>
a { background-color: #FFEEFC; }
a { background-color: rgb(255,238,252); }
div.DivClassName
{
background-color: #FFEEFC;
}
.BgClassName
{
background-color: #FFEEFC;
}
</style>
border-color css
<style>
span { border-color: #FFEEFC; }
span { border-color: rgb(255,238,252); }
td.TdClassName
{
border-color: #FFEEFC;
}
.TagClassName
{
border-color: #FFEEFC;
}
</style>