Shades of Ghost White #FAFAFE
Tints of Ghost White #FAFAFE
RGB
CMYK
RGB Variations
Color information
#FAFAFE (or 0xFAFAFE) is known color: Ghost White. HEX triplet: FA, FA and FE. RGB value is (250,250,254). Sum of RGB (Red+Green+Blue) = 250+250+254=754 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.16% from 754); Green value is 250 (98.05% from 255 or 33.16% from 754); Blue value is 254 (99.61% from 255 or 33.69% from 754); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAFE is #050501. Grayscale: #FAFAFA. Windows color (decimal): -328962 or 16710394. OLE color: 16710394.
HSL color Cylindrical-coordinate representation of color #FAFAFE: hue angle of 240º degrees, saturation: 0.67, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAFAFE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 250 | 254 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.00 |
| HSL | 240º | 0.67% | 0.99% | - |
| HSV(B) | 240º | 0.02% | 1% | - |
| XYZ | 91.5 | 95.85 | 107.44 | - |
| YUV | 250.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 254 | 0.02 | 0.02 | 0 | 0.00 | 240 | 0.67 | 0.99 |
| Hex | FA | FA | FE | 2 | 2 | 0 | 0 | F0 | 43 | 63 |
| Octal | 372 | 372 | 376 | 2 | 2 | 0 | 0 | 360 | 103 | 143 |
| Binary | 11111010 | 11111010 | 11111110 | 10 | 10 | 0 | 0 | 11110000 | 1000011 | 1100011 |
Color Harmonies of #FAFAFE
Complementary color
Monochromatic Colors of #FAFAFE
Black with #FAFAFE
Text Example
Text Example
White with #FAFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAFE; }
p { color: rgb(250,250,254); }
H1.HeaderClassName
{
color: #FAFAFE;
}
.AnyTagClassName
{
color: #FAFAFE;
}
</style>
background-color css
<style>
a { background-color: #FAFAFE; }
a { background-color: rgb(250,250,254); }
div.DivClassName
{
background-color: #FAFAFE;
}
.BgClassName
{
background-color: #FAFAFE;
}
</style>
border-color css
<style>
span { border-color: #FAFAFE; }
span { border-color: rgb(250,250,254); }
td.TdClassName
{
border-color: #FAFAFE;
}
.TagClassName
{
border-color: #FAFAFE;
}
</style>