Shades of Ghost White #F2F2F8
Tints of Ghost White #F2F2F8
RGB
CMYK
RGB Variations
Color information
#F2F2F8 (or 0xF2F2F8) is known color: Ghost White. HEX triplet: F2, F2 and F8. RGB value is (242,242,248). Sum of RGB (Red+Green+Blue) = 242+242+248=732 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.06% from 732); Green value is 242 (94.92% from 255 or 33.06% from 732); Blue value is 248 (97.27% from 255 or 33.88% from 732); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2F2F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2F8 is #0D0D07. Grayscale: #F2F2F2. Windows color (decimal): -855304 or 16315122. OLE color: 16315122.
HSL color Cylindrical-coordinate representation of color #F2F2F8: hue angle of 240º degrees, saturation: 0.3, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2F2F8 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 242 | 242 | 248 | - |
CMYK | 0.02 | 0.02 | 0 | 0.03 |
HSL | 240º | 0.3% | 0.96% | - |
HSV(B) | 240º | 0.02% | 0.97% | - |
XYZ | 85.31 | 89.16 | 101.52 | - |
YUV | 242.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 242 | 248 | 0.02 | 0.02 | 0 | 0.03 | 240 | 0.3 | 0.96 |
Hex | F2 | F2 | F8 | 2 | 2 | 0 | 3 | F0 | 1E | 60 |
Octal | 362 | 362 | 370 | 2 | 2 | 0 | 3 | 360 | 36 | 140 |
Binary | 11110010 | 11110010 | 11111000 | 10 | 10 | 0 | 11 | 11110000 | 11110 | 1100000 |
Color Harmonies of #F2F2F8
Complementary color
Monochromatic Colors of #F2F2F8
Black with #F2F2F8
Text Example
Text Example
White with #F2F2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2F8; }
p { color: rgb(242,242,248); }
H1.HeaderClassName
{
color: #F2F2F8;
}
.AnyTagClassName
{
color: #F2F2F8;
}
</style>
background-color css
<style>
a { background-color: #F2F2F8; }
a { background-color: rgb(242,242,248); }
div.DivClassName
{
background-color: #F2F2F8;
}
.BgClassName
{
background-color: #F2F2F8;
}
</style>
border-color css
<style>
span { border-color: #F2F2F8; }
span { border-color: rgb(242,242,248); }
td.TdClassName
{
border-color: #F2F2F8;
}
.TagClassName
{
border-color: #F2F2F8;
}
</style>