Shades of Ghost White #F9FAFE
Tints of Ghost White #F9FAFE
RGB
CMYK
RGB Variations
Color information
#F9FAFE (or 0xF9FAFE) is known color: Ghost White. HEX triplet: F9, FA and FE. RGB value is (249,250,254). Sum of RGB (Red+Green+Blue) = 249+250+254=753 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.07% from 753); Green value is 250 (98.05% from 255 or 33.20% from 753); Blue value is 254 (99.61% from 255 or 33.73% from 753); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FAFE is #060501. Grayscale: #FAFAFA. Windows color (decimal): -394498 or 16710393. OLE color: 16710393.
HSL color Cylindrical-coordinate representation of color #F9FAFE: hue angle of 228º 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 #F9FAFE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 249 | 250 | 254 | - |
CMYK | 0.02 | 0.02 | 0 | 0.00 |
HSL | 228º | 0.71% | 0.99% | - |
HSV(B) | 228º | 0.02% | 1% | - |
XYZ | 91.14 | 95.67 | 107.43 | - |
YUV | 250.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 250 | 254 | 0.02 | 0.02 | 0 | 0.00 | 228 | 0.71 | 0.99 |
Hex | F9 | FA | FE | 2 | 2 | 0 | 0 | E4 | 47 | 63 |
Octal | 371 | 372 | 376 | 2 | 2 | 0 | 0 | 344 | 107 | 143 |
Binary | 11111001 | 11111010 | 11111110 | 10 | 10 | 0 | 0 | 11100100 | 1000111 | 1100011 |
Color Harmonies of #F9FAFE
Complementary color
Monochromatic Colors of #F9FAFE
Black with #F9FAFE
Text Example
Text Example
White with #F9FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FAFE; }
p { color: rgb(249,250,254); }
H1.HeaderClassName
{
color: #F9FAFE;
}
.AnyTagClassName
{
color: #F9FAFE;
}
</style>
background-color css
<style>
a { background-color: #F9FAFE; }
a { background-color: rgb(249,250,254); }
div.DivClassName
{
background-color: #F9FAFE;
}
.BgClassName
{
background-color: #F9FAFE;
}
</style>
border-color css
<style>
span { border-color: #F9FAFE; }
span { border-color: rgb(249,250,254); }
td.TdClassName
{
border-color: #F9FAFE;
}
.TagClassName
{
border-color: #F9FAFE;
}
</style>