Shades of Ghost White #F1F0FF
Tints of Ghost White #F1F0FF
RGB
CMYK
RGB Variations
Color information
#F1F0FF (or 0xF1F0FF) is known color: Ghost White. HEX triplet: F1, F0 and FF. RGB value is (241,240,255). Sum of RGB (Red+Green+Blue) = 241+240+255=736 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.74% from 736); Green value is 240 (94.14% from 255 or 32.61% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1F0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F0FF is #0E0F00. Grayscale: #F1F1F1. Windows color (decimal): -921345 or 16773361. OLE color: 16773361.
HSL color Cylindrical-coordinate representation of color #F1F0FF: hue angle of 244º 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 #F1F0FF is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 240 | 255 | - |
| CMYK | 0.05 | 0.06 | 0 | 0 |
| HSL | 244º | 1% | 0.97% | - |
| HSV(B) | 244º | 0.06% | 1% | - |
| XYZ | 85.49 | 88.24 | 107.13 | - |
| YUV | 242.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 255 | 0.05 | 0.06 | 0 | 0 | 244 | 1 | 0.97 |
| Hex | F1 | F0 | FF | 5 | 6 | 0 | 0 | F4 | 64 | 61 |
| Octal | 361 | 360 | 377 | 5 | 6 | 0 | 0 | 364 | 144 | 141 |
| Binary | 11110001 | 11110000 | 11111111 | 101 | 110 | 0 | 0 | 11110100 | 1100100 | 1100001 |
Color Harmonies of #F1F0FF
Complementary color
Monochromatic Colors of #F1F0FF
Black with #F1F0FF
Text Example
Text Example
White with #F1F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F0FF; }
p { color: rgb(241,240,255); }
H1.HeaderClassName
{
color: #F1F0FF;
}
.AnyTagClassName
{
color: #F1F0FF;
}
</style>
background-color css
<style>
a { background-color: #F1F0FF; }
a { background-color: rgb(241,240,255); }
div.DivClassName
{
background-color: #F1F0FF;
}
.BgClassName
{
background-color: #F1F0FF;
}
</style>
border-color css
<style>
span { border-color: #F1F0FF; }
span { border-color: rgb(241,240,255); }
td.TdClassName
{
border-color: #F1F0FF;
}
.TagClassName
{
border-color: #F1F0FF;
}
</style>