Shades of Ghost White #F2F0FE
Tints of Ghost White #F2F0FE
RGB
CMYK
RGB Variations
Color information
#F2F0FE (or 0xF2F0FE) is known color: Ghost White. HEX triplet: F2, F0 and FE. RGB value is (242,240,254). Sum of RGB (Red+Green+Blue) = 242+240+254=736 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.88% from 736); Green value is 240 (94.14% from 255 or 32.61% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2F0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0FE is #0D0F01. Grayscale: #F2F2F2. Windows color (decimal): -855810 or 16707826. OLE color: 16707826.
HSL color Cylindrical-coordinate representation of color #F2F0FE: hue angle of 248.57º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2F0FE is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 240 | 254 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.00 |
| HSL | 248.57º | 0.88% | 0.97% | - |
| HSV(B) | 248.57º | 0.06% | 1% | - |
| XYZ | 85.67 | 88.35 | 106.3 | - |
| YUV | 242.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 254 | 0.05 | 0.06 | 0 | 0.00 | 248.57 | 0.88 | 0.97 |
| Hex | F2 | F0 | FE | 5 | 6 | 0 | 0 | F9 | 58 | 61 |
| Octal | 362 | 360 | 376 | 5 | 6 | 0 | 0 | 371 | 130 | 141 |
| Binary | 11110010 | 11110000 | 11111110 | 101 | 110 | 0 | 0 | 11111001 | 1011000 | 1100001 |
Color Harmonies of #F2F0FE
Complementary color
Monochromatic Colors of #F2F0FE
Black with #F2F0FE
Text Example
Text Example
White with #F2F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0FE; }
p { color: rgb(242,240,254); }
H1.HeaderClassName
{
color: #F2F0FE;
}
.AnyTagClassName
{
color: #F2F0FE;
}
</style>
background-color css
<style>
a { background-color: #F2F0FE; }
a { background-color: rgb(242,240,254); }
div.DivClassName
{
background-color: #F2F0FE;
}
.BgClassName
{
background-color: #F2F0FE;
}
</style>
border-color css
<style>
span { border-color: #F2F0FE; }
span { border-color: rgb(242,240,254); }
td.TdClassName
{
border-color: #F2F0FE;
}
.TagClassName
{
border-color: #F2F0FE;
}
</style>