Shades of Lavender Blush #FCEDF2
Tints of Lavender Blush #FCEDF2
RGB
CMYK
RGB Variations
Color information
#FCEDF2 (or 0xFCEDF2) is known color: Lavender Blush. HEX triplet: FC, ED and F2. RGB value is (252,237,242). Sum of RGB (Red+Green+Blue) = 252+237+242=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 237 (92.97% from 255 or 32.42% from 731); Blue value is 242 (94.92% from 255 or 33.11% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDF2 is #03120D. Grayscale: #F2F2F2. Windows color (decimal): -201230 or 15920636. OLE color: 15920636.
HSL color Cylindrical-coordinate representation of color #FCEDF2: hue angle of 340º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEDF2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 242 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.01 |
| HSL | 340º | 0.71% | 0.96% | - |
| HSV(B) | 340º | 0.06% | 0.99% | - |
| XYZ | 86.46 | 87.67 | 96.37 | - |
| YUV | 242.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 242 | 0 | 0.06 | 0.04 | 0.01 | 340 | 0.71 | 0.96 |
| Hex | FC | ED | F2 | 0 | 6 | 4 | 1 | 154 | 47 | 60 |
| Octal | 374 | 355 | 362 | 0 | 6 | 4 | 1 | 524 | 107 | 140 |
| Binary | 11111100 | 11101101 | 11110010 | 0 | 110 | 100 | 1 | 101010100 | 1000111 | 1100000 |
Color Harmonies of #FCEDF2
Complementary color
Monochromatic Colors of #FCEDF2
Black with #FCEDF2
Text Example
Text Example
White with #FCEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDF2; }
p { color: rgb(252,237,242); }
H1.HeaderClassName
{
color: #FCEDF2;
}
.AnyTagClassName
{
color: #FCEDF2;
}
</style>
background-color css
<style>
a { background-color: #FCEDF2; }
a { background-color: rgb(252,237,242); }
div.DivClassName
{
background-color: #FCEDF2;
}
.BgClassName
{
background-color: #FCEDF2;
}
</style>
border-color css
<style>
span { border-color: #FCEDF2; }
span { border-color: rgb(252,237,242); }
td.TdClassName
{
border-color: #FCEDF2;
}
.TagClassName
{
border-color: #FCEDF2;
}
</style>