Shades of Selago #FFFCFF
Tints of Selago #FFFCFF
RGB
CMYK
RGB Variations
Color information
#FFFCFF (or 0xFFFCFF) is known color: Selago. HEX triplet: FF, FC and FF. RGB value is (255,252,255). Sum of RGB (Red+Green+Blue) = 255+252+255=762 (100% of max value = 765). Red value is 255 (100% from 255 or 33.46% from 762); Green value is 252 (98.83% from 255 or 33.07% from 762); Blue value is 255 (100% from 255 or 33.46% from 762); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCFF is #000300. Grayscale: #FDFDFD. Windows color (decimal): -769 or 16776447. OLE color: 16776447.
HSL color Cylindrical-coordinate representation of color #FFFCFF: hue angle of 300º 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 #FFFCFF is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 255 | - |
CMYK | 0 | 0.01 | 0 | 0 |
HSL | 300º | 1% | 0.99% | - |
HSV(B) | 300º | 0.01% | 1% | - |
XYZ | 94.1 | 98.1 | 108.58 | - |
YUV | 253.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 255 | 0 | 0.01 | 0 | 0 | 300 | 1 | 0.99 |
Hex | FF | FC | FF | 0 | 1 | 0 | 0 | 12C | 64 | 63 |
Octal | 377 | 374 | 377 | 0 | 1 | 0 | 0 | 454 | 144 | 143 |
Binary | 11111111 | 11111100 | 11111111 | 0 | 1 | 0 | 0 | 100101100 | 1100100 | 1100011 |
Color Harmonies of #FFFCFF
Complementary color
Monochromatic Colors of #FFFCFF
Black with #FFFCFF
Text Example
Text Example
White with #FFFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCFF; }
p { color: rgb(255,252,255); }
H1.HeaderClassName
{
color: #FFFCFF;
}
.AnyTagClassName
{
color: #FFFCFF;
}
</style>
background-color css
<style>
a { background-color: #FFFCFF; }
a { background-color: rgb(255,252,255); }
div.DivClassName
{
background-color: #FFFCFF;
}
.BgClassName
{
background-color: #FFFCFF;
}
</style>
border-color css
<style>
span { border-color: #FFFCFF; }
span { border-color: rgb(255,252,255); }
td.TdClassName
{
border-color: #FFFCFF;
}
.TagClassName
{
border-color: #FFFCFF;
}
</style>