Shades of Lavender Blush #FCEBF1
Tints of Lavender Blush #FCEBF1
RGB
CMYK
RGB Variations
Color information
#FCEBF1 (or 0xFCEBF1) is known color: Lavender Blush. HEX triplet: FC, EB and F1. RGB value is (252,235,241). Sum of RGB (Red+Green+Blue) = 252+235+241=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 235 (92.19% from 255 or 32.28% from 728); Blue value is 241 (94.53% from 255 or 33.10% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBF1 is #03140E. Grayscale: #F0F0F0. Windows color (decimal): -201743 or 15854588. OLE color: 15854588.
HSL color Cylindrical-coordinate representation of color #FCEBF1: hue angle of 338.82º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCEBF1 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 241 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.01 |
| HSL | 338.82º | 0.74% | 0.95% | - |
| HSV(B) | 338.82º | 0.07% | 0.99% | - |
| XYZ | 85.73 | 86.46 | 95.39 | - |
| YUV | 240.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 241 | 0 | 0.07 | 0.04 | 0.01 | 338.82 | 0.74 | 0.95 |
| Hex | FC | EB | F1 | 0 | 7 | 4 | 1 | 153 | 4A | 5F |
| Octal | 374 | 353 | 361 | 0 | 7 | 4 | 1 | 523 | 112 | 137 |
| Binary | 11111100 | 11101011 | 11110001 | 0 | 111 | 100 | 1 | 101010011 | 1001010 | 1011111 |
Color Harmonies of #FCEBF1
Complementary color
Monochromatic Colors of #FCEBF1
Black with #FCEBF1
Text Example
Text Example
White with #FCEBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBF1; }
p { color: rgb(252,235,241); }
H1.HeaderClassName
{
color: #FCEBF1;
}
.AnyTagClassName
{
color: #FCEBF1;
}
</style>
background-color css
<style>
a { background-color: #FCEBF1; }
a { background-color: rgb(252,235,241); }
div.DivClassName
{
background-color: #FCEBF1;
}
.BgClassName
{
background-color: #FCEBF1;
}
</style>
border-color css
<style>
span { border-color: #FCEBF1; }
span { border-color: rgb(252,235,241); }
td.TdClassName
{
border-color: #FCEBF1;
}
.TagClassName
{
border-color: #FCEBF1;
}
</style>