Shades of Ghost White #FCFCFD
Tints of Ghost White #FCFCFD
RGB
CMYK
RGB Variations
Color information
#FCFCFD (or 0xFCFCFD) is known color: Ghost White. HEX triplet: FC, FC and FD. RGB value is (252,252,253). Sum of RGB (Red+Green+Blue) = 252+252+253=757 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.29% from 757); Green value is 252 (98.83% from 255 or 33.29% from 757); Blue value is 253 (99.22% from 255 or 33.42% from 757); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCFD is #030302. Grayscale: #FCFCFC. Windows color (decimal): -197379 or 16645372. OLE color: 16645372.
HSL color Cylindrical-coordinate representation of color #FCFCFD: hue angle of 240º degrees, saturation: 0.2, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FCFCFD is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 253 | - |
CMYK | 0.00 | 0.00 | 0 | 0.01 |
HSL | 240º | 0.2% | 0.99% | - |
HSV(B) | 240º | 0% | 0.99% | - |
XYZ | 92.68 | 97.41 | 106.85 | - |
YUV | 252.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 253 | 0.00 | 0.00 | 0 | 0.01 | 240 | 0.2 | 0.99 |
Hex | FC | FC | FD | 0 | 0 | 0 | 1 | F0 | 14 | 63 |
Octal | 374 | 374 | 375 | 0 | 0 | 0 | 1 | 360 | 24 | 143 |
Binary | 11111100 | 11111100 | 11111101 | 0 | 0 | 0 | 1 | 11110000 | 10100 | 1100011 |
Color Harmonies of #FCFCFD
Complementary color
Monochromatic Colors of #FCFCFD
Black with #FCFCFD
Text Example
Text Example
White with #FCFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCFD; }
p { color: rgb(252,252,253); }
H1.HeaderClassName
{
color: #FCFCFD;
}
.AnyTagClassName
{
color: #FCFCFD;
}
</style>
background-color css
<style>
a { background-color: #FCFCFD; }
a { background-color: rgb(252,252,253); }
div.DivClassName
{
background-color: #FCFCFD;
}
.BgClassName
{
background-color: #FCFCFD;
}
</style>
border-color css
<style>
span { border-color: #FCFCFD; }
span { border-color: rgb(252,252,253); }
td.TdClassName
{
border-color: #FCFCFD;
}
.TagClassName
{
border-color: #FCFCFD;
}
</style>