Shades of Ghost White #FAFBFE
Tints of Ghost White #FAFBFE
RGB
CMYK
RGB Variations
Color information
#FAFBFE (or 0xFAFBFE) is known color: Ghost White. HEX triplet: FA, FB and FE. RGB value is (250,251,254). Sum of RGB (Red+Green+Blue) = 250+251+254=755 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.11% from 755); Green value is 251 (98.44% from 255 or 33.25% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBFE is #050401. Grayscale: #FBFBFB. Windows color (decimal): -328706 or 16710650. OLE color: 16710650.
HSL color Cylindrical-coordinate representation of color #FAFBFE: hue angle of 225º 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 #FAFBFE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 250 | 251 | 254 | - |
CMYK | 0.02 | 0.01 | 0 | 0.00 |
HSL | 225º | 0.67% | 0.99% | - |
HSV(B) | 225º | 0.02% | 1% | - |
XYZ | 91.81 | 96.47 | 107.55 | - |
YUV | 251.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 251 | 254 | 0.02 | 0.01 | 0 | 0.00 | 225 | 0.67 | 0.99 |
Hex | FA | FB | FE | 2 | 1 | 0 | 0 | E1 | 43 | 63 |
Octal | 372 | 373 | 376 | 2 | 1 | 0 | 0 | 341 | 103 | 143 |
Binary | 11111010 | 11111011 | 11111110 | 10 | 1 | 0 | 0 | 11100001 | 1000011 | 1100011 |
Color Harmonies of #FAFBFE
Complementary color
Monochromatic Colors of #FAFBFE
Black with #FAFBFE
Text Example
Text Example
White with #FAFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBFE; }
p { color: rgb(250,251,254); }
H1.HeaderClassName
{
color: #FAFBFE;
}
.AnyTagClassName
{
color: #FAFBFE;
}
</style>
background-color css
<style>
a { background-color: #FAFBFE; }
a { background-color: rgb(250,251,254); }
div.DivClassName
{
background-color: #FAFBFE;
}
.BgClassName
{
background-color: #FAFBFE;
}
</style>
border-color css
<style>
span { border-color: #FAFBFE; }
span { border-color: rgb(250,251,254); }
td.TdClassName
{
border-color: #FAFBFE;
}
.TagClassName
{
border-color: #FAFBFE;
}
</style>