Shades of Ghost White #FAFAFC
Tints of Ghost White #FAFAFC
RGB
CMYK
RGB Variations
Color information
#FAFAFC (or 0xFAFAFC) is known color: Ghost White. HEX triplet: FA, FA and FC. RGB value is (250,250,252). Sum of RGB (Red+Green+Blue) = 250+250+252=752 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.24% from 752); Green value is 250 (98.05% from 255 or 33.24% from 752); Blue value is 252 (98.83% from 255 or 33.51% from 752); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAFC is #050503. Grayscale: #FAFAFA. Windows color (decimal): -328964 or 16579322. OLE color: 16579322.
HSL color Cylindrical-coordinate representation of color #FAFAFC: hue angle of 240º degrees, saturation: 0.25, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FAFAFC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 250 | 252 | - |
CMYK | 0.01 | 0.01 | 0 | 0.01 |
HSL | 240º | 0.25% | 0.98% | - |
HSV(B) | 240º | 0.01% | 0.99% | - |
XYZ | 91.18 | 95.72 | 105.77 | - |
YUV | 250.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 250 | 252 | 0.01 | 0.01 | 0 | 0.01 | 240 | 0.25 | 0.98 |
Hex | FA | FA | FC | 1 | 1 | 0 | 1 | F0 | 19 | 62 |
Octal | 372 | 372 | 374 | 1 | 1 | 0 | 1 | 360 | 31 | 142 |
Binary | 11111010 | 11111010 | 11111100 | 1 | 1 | 0 | 1 | 11110000 | 11001 | 1100010 |
Color Harmonies of #FAFAFC
Complementary color
Monochromatic Colors of #FAFAFC
Black with #FAFAFC
Text Example
Text Example
White with #FAFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAFC; }
p { color: rgb(250,250,252); }
H1.HeaderClassName
{
color: #FAFAFC;
}
.AnyTagClassName
{
color: #FAFAFC;
}
</style>
background-color css
<style>
a { background-color: #FAFAFC; }
a { background-color: rgb(250,250,252); }
div.DivClassName
{
background-color: #FAFAFC;
}
.BgClassName
{
background-color: #FAFAFC;
}
</style>
border-color css
<style>
span { border-color: #FAFAFC; }
span { border-color: rgb(250,250,252); }
td.TdClassName
{
border-color: #FAFAFC;
}
.TagClassName
{
border-color: #FAFAFC;
}
</style>