Shades of Ghost White #F9F9FD
Tints of Ghost White #F9F9FD
RGB
CMYK
RGB Variations
Color information
#F9F9FD (or 0xF9F9FD) is known color: Ghost White. HEX triplet: F9, F9 and FD. RGB value is (249,249,253). Sum of RGB (Red+Green+Blue) = 249+249+253=751 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.16% from 751); Green value is 249 (97.66% from 255 or 33.16% from 751); Blue value is 253 (99.22% from 255 or 33.69% from 751); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9F9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F9FD is #060602. Grayscale: #F9F9F9. Windows color (decimal): -394755 or 16644601. OLE color: 16644601.
HSL color Cylindrical-coordinate representation of color #F9F9FD: hue angle of 240º degrees, saturation: 0.5, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9F9FD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 249 | 253 | - |
CMYK | 0.02 | 0.02 | 0 | 0.01 |
HSL | 240º | 0.5% | 0.98% | - |
HSV(B) | 240º | 0.02% | 0.99% | - |
XYZ | 90.67 | 94.98 | 106.48 | - |
YUV | 249.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 249 | 253 | 0.02 | 0.02 | 0 | 0.01 | 240 | 0.5 | 0.98 |
Hex | F9 | F9 | FD | 2 | 2 | 0 | 1 | F0 | 32 | 62 |
Octal | 371 | 371 | 375 | 2 | 2 | 0 | 1 | 360 | 62 | 142 |
Binary | 11111001 | 11111001 | 11111101 | 10 | 10 | 0 | 1 | 11110000 | 110010 | 1100010 |
Color Harmonies of #F9F9FD
Complementary color
Monochromatic Colors of #F9F9FD
Black with #F9F9FD
Text Example
Text Example
White with #F9F9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F9FD; }
p { color: rgb(249,249,253); }
H1.HeaderClassName
{
color: #F9F9FD;
}
.AnyTagClassName
{
color: #F9F9FD;
}
</style>
background-color css
<style>
a { background-color: #F9F9FD; }
a { background-color: rgb(249,249,253); }
div.DivClassName
{
background-color: #F9F9FD;
}
.BgClassName
{
background-color: #F9F9FD;
}
</style>
border-color css
<style>
span { border-color: #F9F9FD; }
span { border-color: rgb(249,249,253); }
td.TdClassName
{
border-color: #F9F9FD;
}
.TagClassName
{
border-color: #F9F9FD;
}
</style>