Shades of Selago #FEF6FE
Tints of Selago #FEF6FE
RGB
CMYK
RGB Variations
Color information
#FEF6FE (or 0xFEF6FE) is known color: Selago. HEX triplet: FE, F6 and FE. RGB value is (254,246,254). Sum of RGB (Red+Green+Blue) = 254+246+254=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 246 (96.48% from 255 or 32.63% from 754); Blue value is 254 (99.61% from 255 or 33.69% from 754); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEF6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6FE is #010901. Grayscale: #F9F9F9. Windows color (decimal): -67842 or 16709374. OLE color: 16709374.
HSL color Cylindrical-coordinate representation of color #FEF6FE: hue angle of 300º degrees, saturation: 0.8, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FEF6FE is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 254 | - |
| CMYK | 0 | 0.03 | 0 | 0.00 |
| HSL | 300º | 0.8% | 0.98% | - |
| HSV(B) | 300º | 0.03% | 1% | - |
| XYZ | 91.72 | 94.14 | 107.1 | - |
| YUV | 249.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 254 | 0 | 0.03 | 0 | 0.00 | 300 | 0.8 | 0.98 |
| Hex | FE | F6 | FE | 0 | 3 | 0 | 0 | 12C | 50 | 62 |
| Octal | 376 | 366 | 376 | 0 | 3 | 0 | 0 | 454 | 120 | 142 |
| Binary | 11111110 | 11110110 | 11111110 | 0 | 11 | 0 | 0 | 100101100 | 1010000 | 1100010 |
Color Harmonies of #FEF6FE
Complementary color
Monochromatic Colors of #FEF6FE
Black with #FEF6FE
Text Example
Text Example
White with #FEF6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6FE; }
p { color: rgb(254,246,254); }
H1.HeaderClassName
{
color: #FEF6FE;
}
.AnyTagClassName
{
color: #FEF6FE;
}
</style>
background-color css
<style>
a { background-color: #FEF6FE; }
a { background-color: rgb(254,246,254); }
div.DivClassName
{
background-color: #FEF6FE;
}
.BgClassName
{
background-color: #FEF6FE;
}
</style>
border-color css
<style>
span { border-color: #FEF6FE; }
span { border-color: rgb(254,246,254); }
td.TdClassName
{
border-color: #FEF6FE;
}
.TagClassName
{
border-color: #FEF6FE;
}
</style>