Shades of Ghost White #F6F7FD
Tints of Ghost White #F6F7FD
RGB
CMYK
RGB Variations
Color information
#F6F7FD (or 0xF6F7FD) is known color: Ghost White. HEX triplet: F6, F7 and FD. RGB value is (246,247,253). Sum of RGB (Red+Green+Blue) = 246+247+253=746 (98% of max value = 765). Red value is 246 (96.48% from 255 or 32.98% from 746); Green value is 247 (96.88% from 255 or 33.11% from 746); Blue value is 253 (99.22% from 255 or 33.91% from 746); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6F7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F7FD is #090802. Grayscale: #F7F7F7. Windows color (decimal): -591875 or 16644086. OLE color: 16644086.
HSL color Cylindrical-coordinate representation of color #F6F7FD: hue angle of 231.43º degrees, saturation: 0.64, 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 #F6F7FD is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 246 | 247 | 253 | - |
CMYK | 0.03 | 0.02 | 0 | 0.01 |
HSL | 231.43º | 0.64% | 0.98% | - |
HSV(B) | 231.43º | 0.03% | 0.99% | - |
XYZ | 89 | 93.21 | 106.23 | - |
YUV | 247.39 | 131.17 | 127.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 247 | 253 | 0.03 | 0.02 | 0 | 0.01 | 231.43 | 0.64 | 0.98 |
Hex | F6 | F7 | FD | 3 | 2 | 0 | 1 | E7 | 40 | 62 |
Octal | 366 | 367 | 375 | 3 | 2 | 0 | 1 | 347 | 100 | 142 |
Binary | 11110110 | 11110111 | 11111101 | 11 | 10 | 0 | 1 | 11100111 | 1000000 | 1100010 |
Color Harmonies of #F6F7FD
Complementary color
Monochromatic Colors of #F6F7FD
Black with #F6F7FD
Text Example
Text Example
White with #F6F7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F7FD; }
p { color: rgb(246,247,253); }
H1.HeaderClassName
{
color: #F6F7FD;
}
.AnyTagClassName
{
color: #F6F7FD;
}
</style>
background-color css
<style>
a { background-color: #F6F7FD; }
a { background-color: rgb(246,247,253); }
div.DivClassName
{
background-color: #F6F7FD;
}
.BgClassName
{
background-color: #F6F7FD;
}
</style>
border-color css
<style>
span { border-color: #F6F7FD; }
span { border-color: rgb(246,247,253); }
td.TdClassName
{
border-color: #F6F7FD;
}
.TagClassName
{
border-color: #F6F7FD;
}
</style>