Shades of Selago #FEF5FE
Tints of Selago #FEF5FE
RGB
CMYK
RGB Variations
Color information
#FEF5FE (or 0xFEF5FE) is known color: Selago. HEX triplet: FE, F5 and FE. RGB value is (254,245,254). Sum of RGB (Red+Green+Blue) = 254+245+254=753 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.73% from 753); Green value is 245 (96.09% from 255 or 32.54% from 753); Blue value is 254 (99.61% from 255 or 33.73% from 753); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5FE is #010A01. Grayscale: #F8F8F8. Windows color (decimal): -68098 or 16709118. OLE color: 16709118.
HSL color Cylindrical-coordinate representation of color #FEF5FE: hue angle of 300º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEF5FE is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 254 | - |
| CMYK | 0 | 0.04 | 0 | 0.00 |
| HSL | 300º | 0.82% | 0.98% | - |
| HSV(B) | 300º | 0.04% | 1% | - |
| XYZ | 91.41 | 93.53 | 107 | - |
| YUV | 248.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 254 | 0 | 0.04 | 0 | 0.00 | 300 | 0.82 | 0.98 |
| Hex | FE | F5 | FE | 0 | 4 | 0 | 0 | 12C | 52 | 62 |
| Octal | 376 | 365 | 376 | 0 | 4 | 0 | 0 | 454 | 122 | 142 |
| Binary | 11111110 | 11110101 | 11111110 | 0 | 100 | 0 | 0 | 100101100 | 1010010 | 1100010 |
Color Harmonies of #FEF5FE
Complementary color
Monochromatic Colors of #FEF5FE
Black with #FEF5FE
Text Example
Text Example
White with #FEF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5FE; }
p { color: rgb(254,245,254); }
H1.HeaderClassName
{
color: #FEF5FE;
}
.AnyTagClassName
{
color: #FEF5FE;
}
</style>
background-color css
<style>
a { background-color: #FEF5FE; }
a { background-color: rgb(254,245,254); }
div.DivClassName
{
background-color: #FEF5FE;
}
.BgClassName
{
background-color: #FEF5FE;
}
</style>
border-color css
<style>
span { border-color: #FEF5FE; }
span { border-color: rgb(254,245,254); }
td.TdClassName
{
border-color: #FEF5FE;
}
.TagClassName
{
border-color: #FEF5FE;
}
</style>