Shades of Ghost White #F0EFFB
Tints of Ghost White #F0EFFB
RGB
CMYK
RGB Variations
Color information
#F0EFFB (or 0xF0EFFB) is known color: Ghost White. HEX triplet: F0, EF and FB. RGB value is (240,239,251). Sum of RGB (Red+Green+Blue) = 240+239+251=730 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.88% from 730); Green value is 239 (93.75% from 255 or 32.74% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0EFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFFB is #0F1004. Grayscale: #F0F0F0. Windows color (decimal): -987141 or 16510960. OLE color: 16510960.
HSL color Cylindrical-coordinate representation of color #F0EFFB: hue angle of 245º degrees, saturation: 0.6, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0EFFB is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 239 | 251 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.02 |
| HSL | 245º | 0.6% | 0.96% | - |
| HSV(B) | 245º | 0.05% | 0.98% | - |
| XYZ | 84.21 | 87.22 | 103.66 | - |
| YUV | 240.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 251 | 0.04 | 0.05 | 0 | 0.02 | 245 | 0.6 | 0.96 |
| Hex | F0 | EF | FB | 4 | 5 | 0 | 2 | F5 | 3C | 60 |
| Octal | 360 | 357 | 373 | 4 | 5 | 0 | 2 | 365 | 74 | 140 |
| Binary | 11110000 | 11101111 | 11111011 | 100 | 101 | 0 | 10 | 11110101 | 111100 | 1100000 |
Color Harmonies of #F0EFFB
Complementary color
Monochromatic Colors of #F0EFFB
Black with #F0EFFB
Text Example
Text Example
White with #F0EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFFB; }
p { color: rgb(240,239,251); }
H1.HeaderClassName
{
color: #F0EFFB;
}
.AnyTagClassName
{
color: #F0EFFB;
}
</style>
background-color css
<style>
a { background-color: #F0EFFB; }
a { background-color: rgb(240,239,251); }
div.DivClassName
{
background-color: #F0EFFB;
}
.BgClassName
{
background-color: #F0EFFB;
}
</style>
border-color css
<style>
span { border-color: #F0EFFB; }
span { border-color: rgb(240,239,251); }
td.TdClassName
{
border-color: #F0EFFB;
}
.TagClassName
{
border-color: #F0EFFB;
}
</style>