Shades of Ghost White #F2F1FA
Tints of Ghost White #F2F1FA
RGB
CMYK
RGB Variations
Color information
#F2F1FA (or 0xF2F1FA) is known color: Ghost White. HEX triplet: F2, F1 and FA. RGB value is (242,241,250). Sum of RGB (Red+Green+Blue) = 242+241+250=733 (97% of max value = 765). Red value is 242 (94.92% from 255 or 33.02% from 733); Green value is 241 (94.53% from 255 or 32.88% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2F1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1FA is #0D0E05. Grayscale: #F2F2F2. Windows color (decimal): -855558 or 16445938. OLE color: 16445938.
HSL color Cylindrical-coordinate representation of color #F2F1FA: hue angle of 246.67º degrees, saturation: 0.47, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2F1FA is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 241 | 250 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.02 |
| HSL | 246.67º | 0.47% | 0.96% | - |
| HSV(B) | 246.67º | 0.04% | 0.98% | - |
| XYZ | 85.33 | 88.69 | 103.06 | - |
| YUV | 242.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 250 | 0.03 | 0.04 | 0 | 0.02 | 246.67 | 0.47 | 0.96 |
| Hex | F2 | F1 | FA | 3 | 4 | 0 | 2 | F7 | 2F | 60 |
| Octal | 362 | 361 | 372 | 3 | 4 | 0 | 2 | 367 | 57 | 140 |
| Binary | 11110010 | 11110001 | 11111010 | 11 | 100 | 0 | 10 | 11110111 | 101111 | 1100000 |
Color Harmonies of #F2F1FA
Complementary color
Monochromatic Colors of #F2F1FA
Black with #F2F1FA
Text Example
Text Example
White with #F2F1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1FA; }
p { color: rgb(242,241,250); }
H1.HeaderClassName
{
color: #F2F1FA;
}
.AnyTagClassName
{
color: #F2F1FA;
}
</style>
background-color css
<style>
a { background-color: #F2F1FA; }
a { background-color: rgb(242,241,250); }
div.DivClassName
{
background-color: #F2F1FA;
}
.BgClassName
{
background-color: #F2F1FA;
}
</style>
border-color css
<style>
span { border-color: #F2F1FA; }
span { border-color: rgb(242,241,250); }
td.TdClassName
{
border-color: #F2F1FA;
}
.TagClassName
{
border-color: #F2F1FA;
}
</style>