Shades of Ghost White #F4F5FA
Tints of Ghost White #F4F5FA
RGB
CMYK
RGB Variations
Color information
#F4F5FA (or 0xF4F5FA) is known color: Ghost White. HEX triplet: F4, F5 and FA. RGB value is (244,245,250). Sum of RGB (Red+Green+Blue) = 244+245+250=739 (97% of max value = 765). Red value is 244 (95.70% from 255 or 33.02% from 739); Green value is 245 (96.09% from 255 or 33.15% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4F5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F5FA is #0B0A05. Grayscale: #F5F5F5. Windows color (decimal): -723462 or 16446964. OLE color: 16446964.
HSL color Cylindrical-coordinate representation of color #F4F5FA: hue angle of 230º degrees, saturation: 0.38, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F4F5FA is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 244 | 245 | 250 | - |
CMYK | 0.02 | 0.02 | 0 | 0.02 |
HSL | 230º | 0.38% | 0.97% | - |
HSV(B) | 230º | 0.02% | 0.98% | - |
XYZ | 87.22 | 91.44 | 103.5 | - |
YUV | 245.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 245 | 250 | 0.02 | 0.02 | 0 | 0.02 | 230 | 0.38 | 0.97 |
Hex | F4 | F5 | FA | 2 | 2 | 0 | 2 | E6 | 26 | 61 |
Octal | 364 | 365 | 372 | 2 | 2 | 0 | 2 | 346 | 46 | 141 |
Binary | 11110100 | 11110101 | 11111010 | 10 | 10 | 0 | 10 | 11100110 | 100110 | 1100001 |
Color Harmonies of #F4F5FA
Complementary color
Monochromatic Colors of #F4F5FA
Black with #F4F5FA
Text Example
Text Example
White with #F4F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F5FA; }
p { color: rgb(244,245,250); }
H1.HeaderClassName
{
color: #F4F5FA;
}
.AnyTagClassName
{
color: #F4F5FA;
}
</style>
background-color css
<style>
a { background-color: #F4F5FA; }
a { background-color: rgb(244,245,250); }
div.DivClassName
{
background-color: #F4F5FA;
}
.BgClassName
{
background-color: #F4F5FA;
}
</style>
border-color css
<style>
span { border-color: #F4F5FA; }
span { border-color: rgb(244,245,250); }
td.TdClassName
{
border-color: #F4F5FA;
}
.TagClassName
{
border-color: #F4F5FA;
}
</style>