Shades of Lavender Blush #FCEAF2
Tints of Lavender Blush #FCEAF2
RGB
CMYK
RGB Variations
Color information
#FCEAF2 (or 0xFCEAF2) is known color: Lavender Blush. HEX triplet: FC, EA and F2. RGB value is (252,234,242). Sum of RGB (Red+Green+Blue) = 252+234+242=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 234 (91.80% from 255 or 32.14% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAF2 is #03150D. Grayscale: #F0F0F0. Windows color (decimal): -201998 or 15919868. OLE color: 15919868.
HSL color Cylindrical-coordinate representation of color #FCEAF2: hue angle of 333.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 #FCEAF2 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 234 | 242 | - |
CMYK | 0 | 0.07 | 0.04 | 0.01 |
HSL | 333.33º | 0.75% | 0.95% | - |
HSV(B) | 333.33º | 0.07% | 0.99% | - |
XYZ | 85.59 | 85.95 | 96.08 | - |
YUV | 240.29 | 128.96 | 136.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 234 | 242 | 0 | 0.07 | 0.04 | 0.01 | 333.33 | 0.75 | 0.95 |
Hex | FC | EA | F2 | 0 | 7 | 4 | 1 | 14D | 4B | 5F |
Octal | 374 | 352 | 362 | 0 | 7 | 4 | 1 | 515 | 113 | 137 |
Binary | 11111100 | 11101010 | 11110010 | 0 | 111 | 100 | 1 | 101001101 | 1001011 | 1011111 |
Color Harmonies of #FCEAF2
Complementary color
Monochromatic Colors of #FCEAF2
Black with #FCEAF2
Text Example
Text Example
White with #FCEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAF2; }
p { color: rgb(252,234,242); }
H1.HeaderClassName
{
color: #FCEAF2;
}
.AnyTagClassName
{
color: #FCEAF2;
}
</style>
background-color css
<style>
a { background-color: #FCEAF2; }
a { background-color: rgb(252,234,242); }
div.DivClassName
{
background-color: #FCEAF2;
}
.BgClassName
{
background-color: #FCEAF2;
}
</style>
border-color css
<style>
span { border-color: #FCEAF2; }
span { border-color: rgb(252,234,242); }
td.TdClassName
{
border-color: #FCEAF2;
}
.TagClassName
{
border-color: #FCEAF2;
}
</style>