Shades of Ghost White #F2F2FF
Tints of Ghost White #F2F2FF
RGB
CMYK
RGB Variations
Color information
#F2F2FF (or 0xF2F2FF) is known color: Ghost White. HEX triplet: F2, F2 and FF. RGB value is (242,242,255). Sum of RGB (Red+Green+Blue) = 242+242+255=739 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.75% from 739); Green value is 242 (94.92% from 255 or 32.75% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2F2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2FF is #0D0D00. Grayscale: #F3F3F3. Windows color (decimal): -855297 or 16773874. OLE color: 16773874.
HSL color Cylindrical-coordinate representation of color #F2F2FF: hue angle of 240º 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 #F2F2FF is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 242 | 242 | 255 | - |
CMYK | 0.05 | 0.05 | 0 | 0 |
HSL | 240º | 1% | 0.97% | - |
HSV(B) | 240º | 0.05% | 1% | - |
XYZ | 86.42 | 89.6 | 107.35 | - |
YUV | 243.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 242 | 255 | 0.05 | 0.05 | 0 | 0 | 240 | 1 | 0.97 |
Hex | F2 | F2 | FF | 5 | 5 | 0 | 0 | F0 | 64 | 61 |
Octal | 362 | 362 | 377 | 5 | 5 | 0 | 0 | 360 | 144 | 141 |
Binary | 11110010 | 11110010 | 11111111 | 101 | 101 | 0 | 0 | 11110000 | 1100100 | 1100001 |
Color Harmonies of #F2F2FF
Complementary color
Monochromatic Colors of #F2F2FF
Black with #F2F2FF
Text Example
Text Example
White with #F2F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2FF; }
p { color: rgb(242,242,255); }
H1.HeaderClassName
{
color: #F2F2FF;
}
.AnyTagClassName
{
color: #F2F2FF;
}
</style>
background-color css
<style>
a { background-color: #F2F2FF; }
a { background-color: rgb(242,242,255); }
div.DivClassName
{
background-color: #F2F2FF;
}
.BgClassName
{
background-color: #F2F2FF;
}
</style>
border-color css
<style>
span { border-color: #F2F2FF; }
span { border-color: rgb(242,242,255); }
td.TdClassName
{
border-color: #F2F2FF;
}
.TagClassName
{
border-color: #F2F2FF;
}
</style>