Shades of Selago #FEFCFE
Tints of Selago #FEFCFE
RGB
CMYK
RGB Variations
Color information
#FEFCFE (or 0xFEFCFE) is known color: Selago. HEX triplet: FE, FC and FE. RGB value is (254,252,254). Sum of RGB (Red+Green+Blue) = 254+252+254=760 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.42% from 760); Green value is 252 (98.83% from 255 or 33.16% from 760); Blue value is 254 (99.61% from 255 or 33.42% from 760); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCFE is #010301. Grayscale: #FCFCFC. Windows color (decimal): -66306 or 16710910. OLE color: 16710910.
HSL color Cylindrical-coordinate representation of color #FEFCFE: hue angle of 300º degrees, saturation: 0.5, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FEFCFE is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 254 | - |
| CMYK | 0 | 0.01 | 0 | 0.00 |
| HSL | 300º | 0.5% | 0.99% | - |
| HSV(B) | 300º | 0.01% | 1% | - |
| XYZ | 93.57 | 97.85 | 107.72 | - |
| YUV | 252.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 254 | 0 | 0.01 | 0 | 0.00 | 300 | 0.5 | 0.99 |
| Hex | FE | FC | FE | 0 | 1 | 0 | 0 | 12C | 32 | 63 |
| Octal | 376 | 374 | 376 | 0 | 1 | 0 | 0 | 454 | 62 | 143 |
| Binary | 11111110 | 11111100 | 11111110 | 0 | 1 | 0 | 0 | 100101100 | 110010 | 1100011 |
Color Harmonies of #FEFCFE
Complementary color
Monochromatic Colors of #FEFCFE
Black with #FEFCFE
Text Example
Text Example
White with #FEFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCFE; }
p { color: rgb(254,252,254); }
H1.HeaderClassName
{
color: #FEFCFE;
}
.AnyTagClassName
{
color: #FEFCFE;
}
</style>
background-color css
<style>
a { background-color: #FEFCFE; }
a { background-color: rgb(254,252,254); }
div.DivClassName
{
background-color: #FEFCFE;
}
.BgClassName
{
background-color: #FEFCFE;
}
</style>
border-color css
<style>
span { border-color: #FEFCFE; }
span { border-color: rgb(254,252,254); }
td.TdClassName
{
border-color: #FEFCFE;
}
.TagClassName
{
border-color: #FEFCFE;
}
</style>