Shades of Ghost White #F2F2FC
Tints of Ghost White #F2F2FC
RGB
CMYK
RGB Variations
Color information
#F2F2FC (or 0xF2F2FC) is known color: Ghost White. HEX triplet: F2, F2 and FC. RGB value is (242,242,252). Sum of RGB (Red+Green+Blue) = 242+242+252=736 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.88% from 736); Green value is 242 (94.92% from 255 or 32.88% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2F2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2FC is #0D0D03. Grayscale: #F3F3F3. Windows color (decimal): -855300 or 16577266. OLE color: 16577266.
HSL color Cylindrical-coordinate representation of color #F2F2FC: hue angle of 240º degrees, saturation: 0.62, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2F2FC is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 242 | 252 | - |
CMYK | 0.04 | 0.04 | 0 | 0.01 |
HSL | 240º | 0.63% | 0.97% | - |
HSV(B) | 240º | 0.04% | 0.99% | - |
XYZ | 85.94 | 89.41 | 104.82 | - |
YUV | 243.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 242 | 252 | 0.04 | 0.04 | 0 | 0.01 | 240 | 0.63 | 0.97 |
Hex | F2 | F2 | FC | 4 | 4 | 0 | 1 | F0 | 3E | 61 |
Octal | 362 | 362 | 374 | 4 | 4 | 0 | 1 | 360 | 76 | 141 |
Binary | 11110010 | 11110010 | 11111100 | 100 | 100 | 0 | 1 | 11110000 | 111110 | 1100001 |
Color Harmonies of #F2F2FC
Complementary color
Monochromatic Colors of #F2F2FC
Black with #F2F2FC
Text Example
Text Example
White with #F2F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2FC; }
p { color: rgb(242,242,252); }
H1.HeaderClassName
{
color: #F2F2FC;
}
.AnyTagClassName
{
color: #F2F2FC;
}
</style>
background-color css
<style>
a { background-color: #F2F2FC; }
a { background-color: rgb(242,242,252); }
div.DivClassName
{
background-color: #F2F2FC;
}
.BgClassName
{
background-color: #F2F2FC;
}
</style>
border-color css
<style>
span { border-color: #F2F2FC; }
span { border-color: rgb(242,242,252); }
td.TdClassName
{
border-color: #F2F2FC;
}
.TagClassName
{
border-color: #F2F2FC;
}
</style>