Shades of Ghost White #F4F2FF
Tints of Ghost White #F4F2FF
RGB
CMYK
RGB Variations
Color information
#F4F2FF (or 0xF4F2FF) is known color: Ghost White. HEX triplet: F4, F2 and FF. RGB value is (244,242,255). Sum of RGB (Red+Green+Blue) = 244+242+255=741 (98% of max value = 765). Red value is 244 (95.70% from 255 or 32.93% from 741); Green value is 242 (94.92% from 255 or 32.66% 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 #F4F2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F2FF is #0B0D00. Grayscale: #F4F4F4. Windows color (decimal): -724225 or 16773876. OLE color: 16773876.
HSL color Cylindrical-coordinate representation of color #F4F2FF: hue angle of 249.23º 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 #F4F2FF is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 242 | 255 | - |
| CMYK | 0.04 | 0.05 | 0 | 0 |
| HSL | 249.23º | 1% | 0.97% | - |
| HSV(B) | 249.23º | 0.05% | 1% | - |
| XYZ | 87.11 | 89.96 | 107.38 | - |
| YUV | 244.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 255 | 0.04 | 0.05 | 0 | 0 | 249.23 | 1 | 0.97 |
| Hex | F4 | F2 | FF | 4 | 5 | 0 | 0 | F9 | 64 | 61 |
| Octal | 364 | 362 | 377 | 4 | 5 | 0 | 0 | 371 | 144 | 141 |
| Binary | 11110100 | 11110010 | 11111111 | 100 | 101 | 0 | 0 | 11111001 | 1100100 | 1100001 |
Color Harmonies of #F4F2FF
Complementary color
Monochromatic Colors of #F4F2FF
Black with #F4F2FF
Text Example
Text Example
White with #F4F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F2FF; }
p { color: rgb(244,242,255); }
H1.HeaderClassName
{
color: #F4F2FF;
}
.AnyTagClassName
{
color: #F4F2FF;
}
</style>
background-color css
<style>
a { background-color: #F4F2FF; }
a { background-color: rgb(244,242,255); }
div.DivClassName
{
background-color: #F4F2FF;
}
.BgClassName
{
background-color: #F4F2FF;
}
</style>
border-color css
<style>
span { border-color: #F4F2FF; }
span { border-color: rgb(244,242,255); }
td.TdClassName
{
border-color: #F4F2FF;
}
.TagClassName
{
border-color: #F4F2FF;
}
</style>