Shades of Selago #FEF9FE
Tints of Selago #FEF9FE
RGB
CMYK
RGB Variations
Color information
#FEF9FE (or 0xFEF9FE) is known color: Selago. HEX triplet: FE, F9 and FE. RGB value is (254,249,254). Sum of RGB (Red+Green+Blue) = 254+249+254=757 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.55% from 757); Green value is 249 (97.66% from 255 or 32.89% from 757); Blue value is 254 (99.61% from 255 or 33.55% from 757); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEF9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9FE is #010601. Grayscale: #FBFBFB. Windows color (decimal): -67074 or 16710142. OLE color: 16710142.
HSL color Cylindrical-coordinate representation of color #FEF9FE: hue angle of 300º degrees, saturation: 0.71, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FEF9FE is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 254 | - |
| CMYK | 0 | 0.02 | 0 | 0.00 |
| HSL | 300º | 0.71% | 0.99% | - |
| HSV(B) | 300º | 0.02% | 1% | - |
| XYZ | 92.64 | 95.98 | 107.41 | - |
| YUV | 251.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 254 | 0 | 0.02 | 0 | 0.00 | 300 | 0.71 | 0.99 |
| Hex | FE | F9 | FE | 0 | 2 | 0 | 0 | 12C | 47 | 63 |
| Octal | 376 | 371 | 376 | 0 | 2 | 0 | 0 | 454 | 107 | 143 |
| Binary | 11111110 | 11111001 | 11111110 | 0 | 10 | 0 | 0 | 100101100 | 1000111 | 1100011 |
Color Harmonies of #FEF9FE
Complementary color
Monochromatic Colors of #FEF9FE
Black with #FEF9FE
Text Example
Text Example
White with #FEF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9FE; }
p { color: rgb(254,249,254); }
H1.HeaderClassName
{
color: #FEF9FE;
}
.AnyTagClassName
{
color: #FEF9FE;
}
</style>
background-color css
<style>
a { background-color: #FEF9FE; }
a { background-color: rgb(254,249,254); }
div.DivClassName
{
background-color: #FEF9FE;
}
.BgClassName
{
background-color: #FEF9FE;
}
</style>
border-color css
<style>
span { border-color: #FEF9FE; }
span { border-color: rgb(254,249,254); }
td.TdClassName
{
border-color: #FEF9FE;
}
.TagClassName
{
border-color: #FEF9FE;
}
</style>