Shades of Ghost White #F2F2FD
Tints of Ghost White #F2F2FD
RGB
CMYK
RGB Variations
Color information
#F2F2FD (or 0xF2F2FD) is known color: Ghost White. HEX triplet: F2, F2 and FD. RGB value is (242,242,253). Sum of RGB (Red+Green+Blue) = 242+242+253=737 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.84% from 737); Green value is 242 (94.92% from 255 or 32.84% from 737); Blue value is 253 (99.22% from 255 or 34.33% from 737); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2F2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2FD is #0D0D02. Grayscale: #F3F3F3. Windows color (decimal): -855299 or 16642802. OLE color: 16642802.
HSL color Cylindrical-coordinate representation of color #F2F2FD: hue angle of 240º degrees, saturation: 0.73, 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 #F2F2FD is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 242 | 253 | - |
CMYK | 0.04 | 0.04 | 0 | 0.01 |
HSL | 240º | 0.73% | 0.97% | - |
HSV(B) | 240º | 0.04% | 0.99% | - |
XYZ | 86.1 | 89.47 | 105.66 | - |
YUV | 243.25 | 133.5 | 127.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 242 | 253 | 0.04 | 0.04 | 0 | 0.01 | 240 | 0.73 | 0.97 |
Hex | F2 | F2 | FD | 4 | 4 | 0 | 1 | F0 | 49 | 61 |
Octal | 362 | 362 | 375 | 4 | 4 | 0 | 1 | 360 | 111 | 141 |
Binary | 11110010 | 11110010 | 11111101 | 100 | 100 | 0 | 1 | 11110000 | 1001001 | 1100001 |
Color Harmonies of #F2F2FD
Complementary color
Monochromatic Colors of #F2F2FD
Black with #F2F2FD
Text Example
Text Example
White with #F2F2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2FD; }
p { color: rgb(242,242,253); }
H1.HeaderClassName
{
color: #F2F2FD;
}
.AnyTagClassName
{
color: #F2F2FD;
}
</style>
background-color css
<style>
a { background-color: #F2F2FD; }
a { background-color: rgb(242,242,253); }
div.DivClassName
{
background-color: #F2F2FD;
}
.BgClassName
{
background-color: #F2F2FD;
}
</style>
border-color css
<style>
span { border-color: #F2F2FD; }
span { border-color: rgb(242,242,253); }
td.TdClassName
{
border-color: #F2F2FD;
}
.TagClassName
{
border-color: #F2F2FD;
}
</style>