Shades of Ghost White #F2F0FF
Tints of Ghost White #F2F0FF
RGB
CMYK
RGB Variations
Color information
#F2F0FF (or 0xF2F0FF) is known color: Ghost White. HEX triplet: F2, F0 and FF. RGB value is (242,240,255). Sum of RGB (Red+Green+Blue) = 242+240+255=737 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.84% from 737); Green value is 240 (94.14% from 255 or 32.56% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2F0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0FF is #0D0F00. Grayscale: #F2F2F2. Windows color (decimal): -855809 or 16773362. OLE color: 16773362.
HSL color Cylindrical-coordinate representation of color #F2F0FF: hue angle of 248º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2F0FF is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 242 | 240 | 255 | - |
CMYK | 0.05 | 0.06 | 0 | 0 |
HSL | 248º | 1% | 0.97% | - |
HSV(B) | 248º | 0.06% | 1% | - |
XYZ | 85.83 | 88.42 | 107.15 | - |
YUV | 242.31 | 135.16 | 127.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 240 | 255 | 0.05 | 0.06 | 0 | 0 | 248 | 1 | 0.97 |
Hex | F2 | F0 | FF | 5 | 6 | 0 | 0 | F8 | 64 | 61 |
Octal | 362 | 360 | 377 | 5 | 6 | 0 | 0 | 370 | 144 | 141 |
Binary | 11110010 | 11110000 | 11111111 | 101 | 110 | 0 | 0 | 11111000 | 1100100 | 1100001 |
Color Harmonies of #F2F0FF
Complementary color
Monochromatic Colors of #F2F0FF
Black with #F2F0FF
Text Example
Text Example
White with #F2F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0FF; }
p { color: rgb(242,240,255); }
H1.HeaderClassName
{
color: #F2F0FF;
}
.AnyTagClassName
{
color: #F2F0FF;
}
</style>
background-color css
<style>
a { background-color: #F2F0FF; }
a { background-color: rgb(242,240,255); }
div.DivClassName
{
background-color: #F2F0FF;
}
.BgClassName
{
background-color: #F2F0FF;
}
</style>
border-color css
<style>
span { border-color: #F2F0FF; }
span { border-color: rgb(242,240,255); }
td.TdClassName
{
border-color: #F2F0FF;
}
.TagClassName
{
border-color: #F2F0FF;
}
</style>