Shades of Ghost White #F0F0FD
Tints of Ghost White #F0F0FD
RGB
CMYK
RGB Variations
Color information
#F0F0FD (or 0xF0F0FD) is known color: Ghost White. HEX triplet: F0, F0 and FD. RGB value is (240,240,253). Sum of RGB (Red+Green+Blue) = 240+240+253=733 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.74% from 733); Green value is 240 (94.14% from 255 or 32.74% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F0FD is #0F0F02. Grayscale: #F1F1F1. Windows color (decimal): -986883 or 16642288. OLE color: 16642288.
HSL color Cylindrical-coordinate representation of color #F0F0FD: hue angle of 240º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0F0FD is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 240 | 253 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.01 |
| HSL | 240º | 0.76% | 0.97% | - |
| HSV(B) | 240º | 0.05% | 0.99% | - |
| XYZ | 84.82 | 87.94 | 105.43 | - |
| YUV | 241.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 253 | 0.05 | 0.05 | 0 | 0.01 | 240 | 0.76 | 0.97 |
| Hex | F0 | F0 | FD | 5 | 5 | 0 | 1 | F0 | 4C | 61 |
| Octal | 360 | 360 | 375 | 5 | 5 | 0 | 1 | 360 | 114 | 141 |
| Binary | 11110000 | 11110000 | 11111101 | 101 | 101 | 0 | 1 | 11110000 | 1001100 | 1100001 |
Color Harmonies of #F0F0FD
Complementary color
Monochromatic Colors of #F0F0FD
Black with #F0F0FD
Text Example
Text Example
White with #F0F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F0FD; }
p { color: rgb(240,240,253); }
H1.HeaderClassName
{
color: #F0F0FD;
}
.AnyTagClassName
{
color: #F0F0FD;
}
</style>
background-color css
<style>
a { background-color: #F0F0FD; }
a { background-color: rgb(240,240,253); }
div.DivClassName
{
background-color: #F0F0FD;
}
.BgClassName
{
background-color: #F0F0FD;
}
</style>
border-color css
<style>
span { border-color: #F0F0FD; }
span { border-color: rgb(240,240,253); }
td.TdClassName
{
border-color: #F0F0FD;
}
.TagClassName
{
border-color: #F0F0FD;
}
</style>