Shades of Ghost White #F5F5FD
Tints of Ghost White #F5F5FD
RGB
CMYK
RGB Variations
Color information
#F5F5FD (or 0xF5F5FD) is known color: Ghost White. HEX triplet: F5, F5 and FD. RGB value is (245,245,253). Sum of RGB (Red+Green+Blue) = 245+245+253=743 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.97% from 743); Green value is 245 (96.09% from 255 or 32.97% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5F5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F5FD is #0A0A02. Grayscale: #F5F5F5. Windows color (decimal): -657923 or 16643573. OLE color: 16643573.
HSL color Cylindrical-coordinate representation of color #F5F5FD: hue angle of 240º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5F5FD is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 245 | 253 | - |
CMYK | 0.03 | 0.03 | 0 | 0.01 |
HSL | 240º | 0.67% | 0.98% | - |
HSV(B) | 240º | 0.03% | 0.99% | - |
XYZ | 88.04 | 91.81 | 106.01 | - |
YUV | 245.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 245 | 253 | 0.03 | 0.03 | 0 | 0.01 | 240 | 0.67 | 0.98 |
Hex | F5 | F5 | FD | 3 | 3 | 0 | 1 | F0 | 43 | 62 |
Octal | 365 | 365 | 375 | 3 | 3 | 0 | 1 | 360 | 103 | 142 |
Binary | 11110101 | 11110101 | 11111101 | 11 | 11 | 0 | 1 | 11110000 | 1000011 | 1100010 |
Color Harmonies of #F5F5FD
Complementary color
Monochromatic Colors of #F5F5FD
Black with #F5F5FD
Text Example
Text Example
White with #F5F5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5FD; }
p { color: rgb(245,245,253); }
H1.HeaderClassName
{
color: #F5F5FD;
}
.AnyTagClassName
{
color: #F5F5FD;
}
</style>
background-color css
<style>
a { background-color: #F5F5FD; }
a { background-color: rgb(245,245,253); }
div.DivClassName
{
background-color: #F5F5FD;
}
.BgClassName
{
background-color: #F5F5FD;
}
</style>
border-color css
<style>
span { border-color: #F5F5FD; }
span { border-color: rgb(245,245,253); }
td.TdClassName
{
border-color: #F5F5FD;
}
.TagClassName
{
border-color: #F5F5FD;
}
</style>