Shades of Ghost White #F9F9FE
Tints of Ghost White #F9F9FE
RGB
CMYK
RGB Variations
Color information
#F9F9FE (or 0xF9F9FE) is known color: Ghost White. HEX triplet: F9, F9 and FE. RGB value is (249,249,254). Sum of RGB (Red+Green+Blue) = 249+249+254=752 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.11% from 752); Green value is 249 (97.66% from 255 or 33.11% from 752); Blue value is 254 (99.61% from 255 or 33.78% from 752); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9F9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F9FE is #060601. Grayscale: #F9F9F9. Windows color (decimal): -394754 or 16710137. OLE color: 16710137.
HSL color Cylindrical-coordinate representation of color #F9F9FE: hue angle of 240º degrees, saturation: 0.71, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9F9FE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 249 | 249 | 254 | - |
CMYK | 0.02 | 0.02 | 0 | 0.00 |
HSL | 240º | 0.71% | 0.99% | - |
HSV(B) | 240º | 0.02% | 1% | - |
XYZ | 90.83 | 95.05 | 107.32 | - |
YUV | 249.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 249 | 254 | 0.02 | 0.02 | 0 | 0.00 | 240 | 0.71 | 0.99 |
Hex | F9 | F9 | FE | 2 | 2 | 0 | 0 | F0 | 47 | 63 |
Octal | 371 | 371 | 376 | 2 | 2 | 0 | 0 | 360 | 107 | 143 |
Binary | 11111001 | 11111001 | 11111110 | 10 | 10 | 0 | 0 | 11110000 | 1000111 | 1100011 |
Color Harmonies of #F9F9FE
Complementary color
Monochromatic Colors of #F9F9FE
Black with #F9F9FE
Text Example
Text Example
White with #F9F9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F9FE; }
p { color: rgb(249,249,254); }
H1.HeaderClassName
{
color: #F9F9FE;
}
.AnyTagClassName
{
color: #F9F9FE;
}
</style>
background-color css
<style>
a { background-color: #F9F9FE; }
a { background-color: rgb(249,249,254); }
div.DivClassName
{
background-color: #F9F9FE;
}
.BgClassName
{
background-color: #F9F9FE;
}
</style>
border-color css
<style>
span { border-color: #F9F9FE; }
span { border-color: rgb(249,249,254); }
td.TdClassName
{
border-color: #F9F9FE;
}
.TagClassName
{
border-color: #F9F9FE;
}
</style>