Shades of Ghost White #FAFAFF
Tints of Ghost White #FAFAFF
RGB
CMYK
RGB Variations
Color information
#FAFAFF (or 0xFAFAFF) is known color: Ghost White. HEX triplet: FA, FA and FF. RGB value is (250,250,255). Sum of RGB (Red+Green+Blue) = 250+250+255=755 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.11% from 755); Green value is 250 (98.05% from 255 or 33.11% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAFF is #050500. Grayscale: #FAFAFA. Windows color (decimal): -328961 or 16775930. OLE color: 16775930.
HSL color Cylindrical-coordinate representation of color #FAFAFF: hue angle of 240º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAFAFF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 250 | 250 | 255 | - |
CMYK | 0.02 | 0.02 | 0 | 0 |
HSL | 240º | 1% | 0.99% | - |
HSV(B) | 240º | 0.02% | 1% | - |
XYZ | 91.66 | 95.92 | 108.29 | - |
YUV | 250.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 250 | 255 | 0.02 | 0.02 | 0 | 0 | 240 | 1 | 0.99 |
Hex | FA | FA | FF | 2 | 2 | 0 | 0 | F0 | 64 | 63 |
Octal | 372 | 372 | 377 | 2 | 2 | 0 | 0 | 360 | 144 | 143 |
Binary | 11111010 | 11111010 | 11111111 | 10 | 10 | 0 | 0 | 11110000 | 1100100 | 1100011 |
Color Harmonies of #FAFAFF
Complementary color
Monochromatic Colors of #FAFAFF
Black with #FAFAFF
Text Example
Text Example
White with #FAFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAFF; }
p { color: rgb(250,250,255); }
H1.HeaderClassName
{
color: #FAFAFF;
}
.AnyTagClassName
{
color: #FAFAFF;
}
</style>
background-color css
<style>
a { background-color: #FAFAFF; }
a { background-color: rgb(250,250,255); }
div.DivClassName
{
background-color: #FAFAFF;
}
.BgClassName
{
background-color: #FAFAFF;
}
</style>
border-color css
<style>
span { border-color: #FAFAFF; }
span { border-color: rgb(250,250,255); }
td.TdClassName
{
border-color: #FAFAFF;
}
.TagClassName
{
border-color: #FAFAFF;
}
</style>