Shades of Lavender Blush #FFECFB
Tints of Lavender Blush #FFECFB
RGB
CMYK
RGB Variations
Color information
#FFECFB (or 0xFFECFB) is known color: Lavender Blush. HEX triplet: FF, EC and FB. RGB value is (255,236,251). Sum of RGB (Red+Green+Blue) = 255+236+251=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 236 (92.58% from 255 or 31.81% from 742); Blue value is 251 (98.44% from 255 or 33.83% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECFB is #001304. Grayscale: #F3F3F3. Windows color (decimal): -4869 or 16510207. OLE color: 16510207.
HSL color Cylindrical-coordinate representation of color #FFECFB: hue angle of 312.63º 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 #FFECFB is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 251 | - |
| CMYK | 0 | 0.07 | 0.02 | 0 |
| HSL | 312.63º | 1% | 0.96% | - |
| HSV(B) | 312.63º | 0.07% | 1% | - |
| XYZ | 88.65 | 88.22 | 103.62 | - |
| YUV | 243.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 251 | 0 | 0.07 | 0.02 | 0 | 312.63 | 1 | 0.96 |
| Hex | FF | EC | FB | 0 | 7 | 2 | 0 | 139 | 64 | 60 |
| Octal | 377 | 354 | 373 | 0 | 7 | 2 | 0 | 471 | 144 | 140 |
| Binary | 11111111 | 11101100 | 11111011 | 0 | 111 | 10 | 0 | 100111001 | 1100100 | 1100000 |
Color Harmonies of #FFECFB
Complementary color
Monochromatic Colors of #FFECFB
Black with #FFECFB
Text Example
Text Example
White with #FFECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECFB; }
p { color: rgb(255,236,251); }
H1.HeaderClassName
{
color: #FFECFB;
}
.AnyTagClassName
{
color: #FFECFB;
}
</style>
background-color css
<style>
a { background-color: #FFECFB; }
a { background-color: rgb(255,236,251); }
div.DivClassName
{
background-color: #FFECFB;
}
.BgClassName
{
background-color: #FFECFB;
}
</style>
border-color css
<style>
span { border-color: #FFECFB; }
span { border-color: rgb(255,236,251); }
td.TdClassName
{
border-color: #FFECFB;
}
.TagClassName
{
border-color: #FFECFB;
}
</style>