Shades of Selago #FEF7FE
Tints of Selago #FEF7FE
RGB
CMYK
RGB Variations
Color information
#FEF7FE (or 0xFEF7FE) is known color: Selago. HEX triplet: FE, F7 and FE. RGB value is (254,247,254). Sum of RGB (Red+Green+Blue) = 254+247+254=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 247 (96.88% from 255 or 32.72% from 755); Blue value is 254 (99.61% from 255 or 33.64% from 755); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEF7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7FE is #010801. Grayscale: #F9F9F9. Windows color (decimal): -67586 or 16709630. OLE color: 16709630.
HSL color Cylindrical-coordinate representation of color #FEF7FE: hue angle of 300º degrees, saturation: 0.78, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FEF7FE is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 254 | - |
| CMYK | 0 | 0.03 | 0 | 0.00 |
| HSL | 300º | 0.78% | 0.98% | - |
| HSV(B) | 300º | 0.03% | 1% | - |
| XYZ | 92.02 | 94.75 | 107.2 | - |
| YUV | 249.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 254 | 0 | 0.03 | 0 | 0.00 | 300 | 0.78 | 0.98 |
| Hex | FE | F7 | FE | 0 | 3 | 0 | 0 | 12C | 4E | 62 |
| Octal | 376 | 367 | 376 | 0 | 3 | 0 | 0 | 454 | 116 | 142 |
| Binary | 11111110 | 11110111 | 11111110 | 0 | 11 | 0 | 0 | 100101100 | 1001110 | 1100010 |
Color Harmonies of #FEF7FE
Complementary color
Monochromatic Colors of #FEF7FE
Black with #FEF7FE
Text Example
Text Example
White with #FEF7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF7FE; }
p { color: rgb(254,247,254); }
H1.HeaderClassName
{
color: #FEF7FE;
}
.AnyTagClassName
{
color: #FEF7FE;
}
</style>
background-color css
<style>
a { background-color: #FEF7FE; }
a { background-color: rgb(254,247,254); }
div.DivClassName
{
background-color: #FEF7FE;
}
.BgClassName
{
background-color: #FEF7FE;
}
</style>
border-color css
<style>
span { border-color: #FEF7FE; }
span { border-color: rgb(254,247,254); }
td.TdClassName
{
border-color: #FEF7FE;
}
.TagClassName
{
border-color: #FEF7FE;
}
</style>