Shades of Ghost White #FCFCFF
Tints of Ghost White #FCFCFF
RGB
CMYK
RGB Variations
Color information
#FCFCFF (or 0xFCFCFF) is known color: Ghost White. HEX triplet: FC, FC and FF. RGB value is (252,252,255). Sum of RGB (Red+Green+Blue) = 252+252+255=759 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.20% from 759); Green value is 252 (98.83% from 255 or 33.20% from 759); Blue value is 255 (100% from 255 or 33.60% from 759); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCFF is #030300. Grayscale: #FCFCFC. Windows color (decimal): -197377 or 16776444. OLE color: 16776444.
HSL color Cylindrical-coordinate representation of color #FCFCFF: hue angle of 240º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFCFF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 252 | 255 | - |
CMYK | 0.01 | 0.01 | 0 | 0 |
HSL | 240º | 1% | 0.99% | - |
HSV(B) | 240º | 0.01% | 1% | - |
XYZ | 93.01 | 97.54 | 108.53 | - |
YUV | 252.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 255 | 0.01 | 0.01 | 0 | 0 | 240 | 1 | 0.99 |
Hex | FC | FC | FF | 1 | 1 | 0 | 0 | F0 | 64 | 63 |
Octal | 374 | 374 | 377 | 1 | 1 | 0 | 0 | 360 | 144 | 143 |
Binary | 11111100 | 11111100 | 11111111 | 1 | 1 | 0 | 0 | 11110000 | 1100100 | 1100011 |
Color Harmonies of #FCFCFF
Complementary color
Monochromatic Colors of #FCFCFF
Black with #FCFCFF
Text Example
Text Example
White with #FCFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCFF; }
p { color: rgb(252,252,255); }
H1.HeaderClassName
{
color: #FCFCFF;
}
.AnyTagClassName
{
color: #FCFCFF;
}
</style>
background-color css
<style>
a { background-color: #FCFCFF; }
a { background-color: rgb(252,252,255); }
div.DivClassName
{
background-color: #FCFCFF;
}
.BgClassName
{
background-color: #FCFCFF;
}
</style>
border-color css
<style>
span { border-color: #FCFCFF; }
span { border-color: rgb(252,252,255); }
td.TdClassName
{
border-color: #FCFCFF;
}
.TagClassName
{
border-color: #FCFCFF;
}
</style>