Shades of Ghost White #F2F4FF
Tints of Ghost White #F2F4FF
RGB
CMYK
RGB Variations
Color information
#F2F4FF (or 0xF2F4FF) is known color: Ghost White. HEX triplet: F2, F4 and FF. RGB value is (242,244,255). Sum of RGB (Red+Green+Blue) = 242+244+255=741 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.66% from 741); Green value is 244 (95.70% from 255 or 32.93% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2F4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F4FF is #0D0B00. Grayscale: #F4F4F4. Windows color (decimal): -854785 or 16774386. OLE color: 16774386.
HSL color Cylindrical-coordinate representation of color #F2F4FF: hue angle of 230.77º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2F4FF is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 244 | 255 | - |
| CMYK | 0.05 | 0.04 | 0 | 0 |
| HSL | 230.77º | 1% | 0.97% | - |
| HSV(B) | 230.77º | 0.05% | 1% | - |
| XYZ | 87.02 | 90.8 | 107.55 | - |
| YUV | 244.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 255 | 0.05 | 0.04 | 0 | 0 | 230.77 | 1 | 0.97 |
| Hex | F2 | F4 | FF | 5 | 4 | 0 | 0 | E7 | 64 | 61 |
| Octal | 362 | 364 | 377 | 5 | 4 | 0 | 0 | 347 | 144 | 141 |
| Binary | 11110010 | 11110100 | 11111111 | 101 | 100 | 0 | 0 | 11100111 | 1100100 | 1100001 |
Color Harmonies of #F2F4FF
Complementary color
Monochromatic Colors of #F2F4FF
Black with #F2F4FF
Text Example
Text Example
White with #F2F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F4FF; }
p { color: rgb(242,244,255); }
H1.HeaderClassName
{
color: #F2F4FF;
}
.AnyTagClassName
{
color: #F2F4FF;
}
</style>
background-color css
<style>
a { background-color: #F2F4FF; }
a { background-color: rgb(242,244,255); }
div.DivClassName
{
background-color: #F2F4FF;
}
.BgClassName
{
background-color: #F2F4FF;
}
</style>
border-color css
<style>
span { border-color: #F2F4FF; }
span { border-color: rgb(242,244,255); }
td.TdClassName
{
border-color: #F2F4FF;
}
.TagClassName
{
border-color: #F2F4FF;
}
</style>