Shades of Selago #FCFBFC
Tints of Selago #FCFBFC
RGB
CMYK
RGB Variations
Color information
#FCFBFC (or 0xFCFBFC) is known color: Selago. HEX triplet: FC, FB and FC. RGB value is (252,251,252). Sum of RGB (Red+Green+Blue) = 252+251+252=755 (100% of max value = 765). Red value is 252 (98.83% from 255 or 33.38% from 755); Green value is 251 (98.44% from 255 or 33.25% from 755); Blue value is 252 (98.83% from 255 or 33.38% from 755); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBFC is #030403. Grayscale: #FBFBFB. Windows color (decimal): -197636 or 16579580. OLE color: 16579580.
HSL color Cylindrical-coordinate representation of color #FCFBFC: hue angle of 300º degrees, saturation: 0.14, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0%. Process color model (Four color, CMYK) of #FCFBFC is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 251 | 252 | - |
CMYK | 0 | 0.00 | 0 | 0.01 |
HSL | 300º | 0.14% | 0.99% | - |
HSV(B) | 300º | 0% | 0.99% | - |
XYZ | 92.21 | 96.72 | 105.9 | - |
YUV | 251.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 251 | 252 | 0 | 0.00 | 0 | 0.01 | 300 | 0.14 | 0.99 |
Hex | FC | FB | FC | 0 | 0 | 0 | 1 | 12C | E | 63 |
Octal | 374 | 373 | 374 | 0 | 0 | 0 | 1 | 454 | 16 | 143 |
Binary | 11111100 | 11111011 | 11111100 | 0 | 0 | 0 | 1 | 100101100 | 1110 | 1100011 |
Color Harmonies of #FCFBFC
Complementary color
Monochromatic Colors of #FCFBFC
Black with #FCFBFC
Text Example
Text Example
White with #FCFBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBFC; }
p { color: rgb(252,251,252); }
H1.HeaderClassName
{
color: #FCFBFC;
}
.AnyTagClassName
{
color: #FCFBFC;
}
</style>
background-color css
<style>
a { background-color: #FCFBFC; }
a { background-color: rgb(252,251,252); }
div.DivClassName
{
background-color: #FCFBFC;
}
.BgClassName
{
background-color: #FCFBFC;
}
</style>
border-color css
<style>
span { border-color: #FCFBFC; }
span { border-color: rgb(252,251,252); }
td.TdClassName
{
border-color: #FCFBFC;
}
.TagClassName
{
border-color: #FCFBFC;
}
</style>