Shades of Selago #FCFAFC
Tints of Selago #FCFAFC
RGB
CMYK
RGB Variations
Color information
#FCFAFC (or 0xFCFAFC) is known color: Selago. HEX triplet: FC, FA and FC. RGB value is (252,250,252). Sum of RGB (Red+Green+Blue) = 252+250+252=754 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.42% from 754); Green value is 250 (98.05% from 255 or 33.16% from 754); Blue value is 252 (98.83% from 255 or 33.42% from 754); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAFC is #030503. Grayscale: #FAFAFA. Windows color (decimal): -197892 or 16579324. OLE color: 16579324.
HSL color Cylindrical-coordinate representation of color #FCFAFC: hue angle of 300º degrees, saturation: 0.25, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFAFC is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 250 | 252 | - |
CMYK | 0 | 0.01 | 0 | 0.01 |
HSL | 300º | 0.25% | 0.98% | - |
HSV(B) | 300º | 0.01% | 0.99% | - |
XYZ | 91.9 | 96.09 | 105.8 | - |
YUV | 250.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 250 | 252 | 0 | 0.01 | 0 | 0.01 | 300 | 0.25 | 0.98 |
Hex | FC | FA | FC | 0 | 1 | 0 | 1 | 12C | 19 | 62 |
Octal | 374 | 372 | 374 | 0 | 1 | 0 | 1 | 454 | 31 | 142 |
Binary | 11111100 | 11111010 | 11111100 | 0 | 1 | 0 | 1 | 100101100 | 11001 | 1100010 |
Color Harmonies of #FCFAFC
Complementary color
Monochromatic Colors of #FCFAFC
Black with #FCFAFC
Text Example
Text Example
White with #FCFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAFC; }
p { color: rgb(252,250,252); }
H1.HeaderClassName
{
color: #FCFAFC;
}
.AnyTagClassName
{
color: #FCFAFC;
}
</style>
background-color css
<style>
a { background-color: #FCFAFC; }
a { background-color: rgb(252,250,252); }
div.DivClassName
{
background-color: #FCFAFC;
}
.BgClassName
{
background-color: #FCFAFC;
}
</style>
border-color css
<style>
span { border-color: #FCFAFC; }
span { border-color: rgb(252,250,252); }
td.TdClassName
{
border-color: #FCFAFC;
}
.TagClassName
{
border-color: #FCFAFC;
}
</style>