Shades of Ghost White #F4F4FC
Tints of Ghost White #F4F4FC
RGB
CMYK
RGB Variations
Color information
#F4F4FC (or 0xF4F4FC) is known color: Ghost White. HEX triplet: F4, F4 and FC. RGB value is (244,244,252). Sum of RGB (Red+Green+Blue) = 244+244+252=740 (98% of max value = 765). Red value is 244 (95.70% from 255 or 32.97% from 740); Green value is 244 (95.70% from 255 or 32.97% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4F4FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F4FC is #0B0B03. Grayscale: #F4F4F4. Windows color (decimal): -723716 or 16577780. OLE color: 16577780.
HSL color Cylindrical-coordinate representation of color #F4F4FC: hue angle of 240º degrees, saturation: 0.57, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F4F4FC is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 244 | 244 | 252 | - |
CMYK | 0.03 | 0.03 | 0 | 0.01 |
HSL | 240º | 0.57% | 0.97% | - |
HSV(B) | 240º | 0.03% | 0.99% | - |
XYZ | 87.23 | 90.96 | 105.06 | - |
YUV | 244.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 244 | 252 | 0.03 | 0.03 | 0 | 0.01 | 240 | 0.57 | 0.97 |
Hex | F4 | F4 | FC | 3 | 3 | 0 | 1 | F0 | 39 | 61 |
Octal | 364 | 364 | 374 | 3 | 3 | 0 | 1 | 360 | 71 | 141 |
Binary | 11110100 | 11110100 | 11111100 | 11 | 11 | 0 | 1 | 11110000 | 111001 | 1100001 |
Color Harmonies of #F4F4FC
Complementary color
Monochromatic Colors of #F4F4FC
Black with #F4F4FC
Text Example
Text Example
White with #F4F4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F4FC; }
p { color: rgb(244,244,252); }
H1.HeaderClassName
{
color: #F4F4FC;
}
.AnyTagClassName
{
color: #F4F4FC;
}
</style>
background-color css
<style>
a { background-color: #F4F4FC; }
a { background-color: rgb(244,244,252); }
div.DivClassName
{
background-color: #F4F4FC;
}
.BgClassName
{
background-color: #F4F4FC;
}
</style>
border-color css
<style>
span { border-color: #F4F4FC; }
span { border-color: rgb(244,244,252); }
td.TdClassName
{
border-color: #F4F4FC;
}
.TagClassName
{
border-color: #F4F4FC;
}
</style>