Shades of Ghost White #F5F5FE
Tints of Ghost White #F5F5FE
RGB
CMYK
RGB Variations
Color information
#F5F5FE (or 0xF5F5FE) is known color: Ghost White. HEX triplet: F5, F5 and FE. RGB value is (245,245,254). Sum of RGB (Red+Green+Blue) = 245+245+254=744 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.93% from 744); Green value is 245 (96.09% from 255 or 32.93% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5F5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F5FE is #0A0A01. Grayscale: #F5F5F5. Windows color (decimal): -657922 or 16709109. OLE color: 16709109.
HSL color Cylindrical-coordinate representation of color #F5F5FE: hue angle of 240º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5F5FE is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 245 | 254 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.00 |
| HSL | 240º | 0.82% | 0.98% | - |
| HSV(B) | 240º | 0.04% | 1% | - |
| XYZ | 88.2 | 91.87 | 106.85 | - |
| YUV | 246.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 245 | 254 | 0.04 | 0.04 | 0 | 0.00 | 240 | 0.82 | 0.98 |
| Hex | F5 | F5 | FE | 4 | 4 | 0 | 0 | F0 | 52 | 62 |
| Octal | 365 | 365 | 376 | 4 | 4 | 0 | 0 | 360 | 122 | 142 |
| Binary | 11110101 | 11110101 | 11111110 | 100 | 100 | 0 | 0 | 11110000 | 1010010 | 1100010 |
Color Harmonies of #F5F5FE
Complementary color
Monochromatic Colors of #F5F5FE
Black with #F5F5FE
Text Example
Text Example
White with #F5F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5FE; }
p { color: rgb(245,245,254); }
H1.HeaderClassName
{
color: #F5F5FE;
}
.AnyTagClassName
{
color: #F5F5FE;
}
</style>
background-color css
<style>
a { background-color: #F5F5FE; }
a { background-color: rgb(245,245,254); }
div.DivClassName
{
background-color: #F5F5FE;
}
.BgClassName
{
background-color: #F5F5FE;
}
</style>
border-color css
<style>
span { border-color: #F5F5FE; }
span { border-color: rgb(245,245,254); }
td.TdClassName
{
border-color: #F5F5FE;
}
.TagClassName
{
border-color: #F5F5FE;
}
</style>