Shades of Lavender Blush #FCEAF1
Tints of Lavender Blush #FCEAF1
RGB
CMYK
RGB Variations
Color information
#FCEAF1 (or 0xFCEAF1) is known color: Lavender Blush. HEX triplet: FC, EA and F1. RGB value is (252,234,241). Sum of RGB (Red+Green+Blue) = 252+234+241=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 241 (94.53% from 255 or 33.15% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAF1 is #03150E. Grayscale: #F0F0F0. Windows color (decimal): -201999 or 15854332. OLE color: 15854332.
HSL color Cylindrical-coordinate representation of color #FCEAF1: hue angle of 336.67º degrees, saturation: 0.75, 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 #FCEAF1 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 241 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.01 |
| HSL | 336.67º | 0.75% | 0.95% | - |
| HSV(B) | 336.67º | 0.07% | 0.99% | - |
| XYZ | 85.44 | 85.89 | 95.29 | - |
| YUV | 240.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 241 | 0 | 0.07 | 0.04 | 0.01 | 336.67 | 0.75 | 0.95 |
| Hex | FC | EA | F1 | 0 | 7 | 4 | 1 | 151 | 4B | 5F |
| Octal | 374 | 352 | 361 | 0 | 7 | 4 | 1 | 521 | 113 | 137 |
| Binary | 11111100 | 11101010 | 11110001 | 0 | 111 | 100 | 1 | 101010001 | 1001011 | 1011111 |
Color Harmonies of #FCEAF1
Complementary color
Monochromatic Colors of #FCEAF1
Black with #FCEAF1
Text Example
Text Example
White with #FCEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAF1; }
p { color: rgb(252,234,241); }
H1.HeaderClassName
{
color: #FCEAF1;
}
.AnyTagClassName
{
color: #FCEAF1;
}
</style>
background-color css
<style>
a { background-color: #FCEAF1; }
a { background-color: rgb(252,234,241); }
div.DivClassName
{
background-color: #FCEAF1;
}
.BgClassName
{
background-color: #FCEAF1;
}
</style>
border-color css
<style>
span { border-color: #FCEAF1; }
span { border-color: rgb(252,234,241); }
td.TdClassName
{
border-color: #FCEAF1;
}
.TagClassName
{
border-color: #FCEAF1;
}
</style>