Shades of Ghost White #F4F4FD
Tints of Ghost White #F4F4FD
RGB
CMYK
RGB Variations
Color information
#F4F4FD (or 0xF4F4FD) is known color: Ghost White. HEX triplet: F4, F4 and FD. RGB value is (244,244,253). Sum of RGB (Red+Green+Blue) = 244+244+253=741 (98% of max value = 765). Red value is 244 (95.70% from 255 or 32.93% from 741); Green value is 244 (95.70% from 255 or 32.93% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4F4FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4F4FD is #0B0B02. Grayscale: #F4F4F4. Windows color (decimal): -723715 or 16643316. OLE color: 16643316.
HSL color Cylindrical-coordinate representation of color #F4F4FD: hue angle of 240º degrees, saturation: 0.69, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F4F4FD is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 244 | 244 | 253 | - |
CMYK | 0.04 | 0.04 | 0 | 0.01 |
HSL | 240º | 0.69% | 0.97% | - |
HSV(B) | 240º | 0.04% | 0.99% | - |
XYZ | 87.39 | 91.03 | 105.89 | - |
YUV | 245.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 244 | 253 | 0.04 | 0.04 | 0 | 0.01 | 240 | 0.69 | 0.97 |
Hex | F4 | F4 | FD | 4 | 4 | 0 | 1 | F0 | 45 | 61 |
Octal | 364 | 364 | 375 | 4 | 4 | 0 | 1 | 360 | 105 | 141 |
Binary | 11110100 | 11110100 | 11111101 | 100 | 100 | 0 | 1 | 11110000 | 1000101 | 1100001 |
Color Harmonies of #F4F4FD
Complementary color
Monochromatic Colors of #F4F4FD
Black with #F4F4FD
Text Example
Text Example
White with #F4F4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F4FD; }
p { color: rgb(244,244,253); }
H1.HeaderClassName
{
color: #F4F4FD;
}
.AnyTagClassName
{
color: #F4F4FD;
}
</style>
background-color css
<style>
a { background-color: #F4F4FD; }
a { background-color: rgb(244,244,253); }
div.DivClassName
{
background-color: #F4F4FD;
}
.BgClassName
{
background-color: #F4F4FD;
}
</style>
border-color css
<style>
span { border-color: #F4F4FD; }
span { border-color: rgb(244,244,253); }
td.TdClassName
{
border-color: #F4F4FD;
}
.TagClassName
{
border-color: #F4F4FD;
}
</style>