Shades of Lavender Blush #FCEAF5
Tints of Lavender Blush #FCEAF5
RGB
CMYK
RGB Variations
Color information
#FCEAF5 (or 0xFCEAF5) is known color: Lavender Blush. HEX triplet: FC, EA and F5. RGB value is (252,234,245). Sum of RGB (Red+Green+Blue) = 252+234+245=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 234 (91.80% from 255 or 32.01% from 731); Blue value is 245 (96.09% from 255 or 33.52% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAF5 is #03150A. Grayscale: #F0F0F0. Windows color (decimal): -201995 or 16116476. OLE color: 16116476.
HSL color Cylindrical-coordinate representation of color #FCEAF5: hue angle of 323.33º 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 #FCEAF5 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 245 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.01 |
| HSL | 323.33º | 0.75% | 0.95% | - |
| HSV(B) | 323.33º | 0.07% | 0.99% | - |
| XYZ | 86.05 | 86.13 | 98.48 | - |
| YUV | 240.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 245 | 0 | 0.07 | 0.03 | 0.01 | 323.33 | 0.75 | 0.95 |
| Hex | FC | EA | F5 | 0 | 7 | 3 | 1 | 143 | 4B | 5F |
| Octal | 374 | 352 | 365 | 0 | 7 | 3 | 1 | 503 | 113 | 137 |
| Binary | 11111100 | 11101010 | 11110101 | 0 | 111 | 11 | 1 | 101000011 | 1001011 | 1011111 |
Color Harmonies of #FCEAF5
Complementary color
Monochromatic Colors of #FCEAF5
Black with #FCEAF5
Text Example
Text Example
White with #FCEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAF5; }
p { color: rgb(252,234,245); }
H1.HeaderClassName
{
color: #FCEAF5;
}
.AnyTagClassName
{
color: #FCEAF5;
}
</style>
background-color css
<style>
a { background-color: #FCEAF5; }
a { background-color: rgb(252,234,245); }
div.DivClassName
{
background-color: #FCEAF5;
}
.BgClassName
{
background-color: #FCEAF5;
}
</style>
border-color css
<style>
span { border-color: #FCEAF5; }
span { border-color: rgb(252,234,245); }
td.TdClassName
{
border-color: #FCEAF5;
}
.TagClassName
{
border-color: #FCEAF5;
}
</style>