Shades of Lavender Blush #FCF1FA
Tints of Lavender Blush #FCF1FA
RGB
CMYK
RGB Variations
Color information
#FCF1FA (or 0xFCF1FA) is known color: Lavender Blush. HEX triplet: FC, F1 and FA. RGB value is (252,241,250). Sum of RGB (Red+Green+Blue) = 252+241+250=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 241 (94.53% from 255 or 32.44% from 743); Blue value is 250 (98.05% from 255 or 33.65% from 743); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1FA is #030E05. Grayscale: #F5F5F5. Windows color (decimal): -200198 or 16445948. OLE color: 16445948.
HSL color Cylindrical-coordinate representation of color #FCF1FA: hue angle of 310.91º degrees, saturation: 0.65, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FCF1FA is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 250 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.01 |
| HSL | 310.91º | 0.65% | 0.97% | - |
| HSV(B) | 310.91º | 0.04% | 0.99% | - |
| XYZ | 88.86 | 90.51 | 103.23 | - |
| YUV | 245.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 250 | 0 | 0.04 | 0.01 | 0.01 | 310.91 | 0.65 | 0.97 |
| Hex | FC | F1 | FA | 0 | 4 | 1 | 1 | 137 | 41 | 61 |
| Octal | 374 | 361 | 372 | 0 | 4 | 1 | 1 | 467 | 101 | 141 |
| Binary | 11111100 | 11110001 | 11111010 | 0 | 100 | 1 | 1 | 100110111 | 1000001 | 1100001 |
Color Harmonies of #FCF1FA
Complementary color
Monochromatic Colors of #FCF1FA
Black with #FCF1FA
Text Example
Text Example
White with #FCF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1FA; }
p { color: rgb(252,241,250); }
H1.HeaderClassName
{
color: #FCF1FA;
}
.AnyTagClassName
{
color: #FCF1FA;
}
</style>
background-color css
<style>
a { background-color: #FCF1FA; }
a { background-color: rgb(252,241,250); }
div.DivClassName
{
background-color: #FCF1FA;
}
.BgClassName
{
background-color: #FCF1FA;
}
</style>
border-color css
<style>
span { border-color: #FCF1FA; }
span { border-color: rgb(252,241,250); }
td.TdClassName
{
border-color: #FCF1FA;
}
.TagClassName
{
border-color: #FCF1FA;
}
</style>