Shades of Ghost White #F0F1FB
Tints of Ghost White #F0F1FB
RGB
CMYK
RGB Variations
Color information
#F0F1FB (or 0xF0F1FB) is known color: Ghost White. HEX triplet: F0, F1 and FB. RGB value is (240,241,251). Sum of RGB (Red+Green+Blue) = 240+241+251=732 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.79% from 732); Green value is 241 (94.53% from 255 or 32.92% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0F1FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F1FB is #0F0E04. Grayscale: #F1F1F1. Windows color (decimal): -986629 or 16511472. OLE color: 16511472.
HSL color Cylindrical-coordinate representation of color #F0F1FB: hue angle of 234.55º degrees, saturation: 0.58, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0F1FB is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 241 | 251 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.02 |
| HSL | 234.55º | 0.58% | 0.96% | - |
| HSV(B) | 234.55º | 0.04% | 0.98% | - |
| XYZ | 84.8 | 88.4 | 103.86 | - |
| YUV | 241.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 251 | 0.04 | 0.04 | 0 | 0.02 | 234.55 | 0.58 | 0.96 |
| Hex | F0 | F1 | FB | 4 | 4 | 0 | 2 | EB | 3A | 60 |
| Octal | 360 | 361 | 373 | 4 | 4 | 0 | 2 | 353 | 72 | 140 |
| Binary | 11110000 | 11110001 | 11111011 | 100 | 100 | 0 | 10 | 11101011 | 111010 | 1100000 |
Color Harmonies of #F0F1FB
Complementary color
Monochromatic Colors of #F0F1FB
Black with #F0F1FB
Text Example
Text Example
White with #F0F1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1FB; }
p { color: rgb(240,241,251); }
H1.HeaderClassName
{
color: #F0F1FB;
}
.AnyTagClassName
{
color: #F0F1FB;
}
</style>
background-color css
<style>
a { background-color: #F0F1FB; }
a { background-color: rgb(240,241,251); }
div.DivClassName
{
background-color: #F0F1FB;
}
.BgClassName
{
background-color: #F0F1FB;
}
</style>
border-color css
<style>
span { border-color: #F0F1FB; }
span { border-color: rgb(240,241,251); }
td.TdClassName
{
border-color: #F0F1FB;
}
.TagClassName
{
border-color: #F0F1FB;
}
</style>