Shades of Selago #FEF0FE
Tints of Selago #FEF0FE
RGB
CMYK
RGB Variations
Color information
#FEF0FE (or 0xFEF0FE) is known color: Selago. HEX triplet: FE, F0 and FE. RGB value is (254,240,254). Sum of RGB (Red+Green+Blue) = 254+240+254=748 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.96% from 748); Green value is 240 (94.14% from 255 or 32.09% from 748); Blue value is 254 (99.61% from 255 or 33.96% from 748); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0FE is #010F01. Grayscale: #F5F5F5. Windows color (decimal): -69378 or 16707838. OLE color: 16707838.
HSL color Cylindrical-coordinate representation of color #FEF0FE: hue angle of 300º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEF0FE is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 254 | - |
| CMYK | 0 | 0.06 | 0 | 0.00 |
| HSL | 300º | 0.88% | 0.97% | - |
| HSV(B) | 300º | 0.06% | 1% | - |
| XYZ | 89.92 | 90.55 | 106.5 | - |
| YUV | 245.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 254 | 0 | 0.06 | 0 | 0.00 | 300 | 0.88 | 0.97 |
| Hex | FE | F0 | FE | 0 | 6 | 0 | 0 | 12C | 58 | 61 |
| Octal | 376 | 360 | 376 | 0 | 6 | 0 | 0 | 454 | 130 | 141 |
| Binary | 11111110 | 11110000 | 11111110 | 0 | 110 | 0 | 0 | 100101100 | 1011000 | 1100001 |
Color Harmonies of #FEF0FE
Complementary color
Monochromatic Colors of #FEF0FE
Black with #FEF0FE
Text Example
Text Example
White with #FEF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0FE; }
p { color: rgb(254,240,254); }
H1.HeaderClassName
{
color: #FEF0FE;
}
.AnyTagClassName
{
color: #FEF0FE;
}
</style>
background-color css
<style>
a { background-color: #FEF0FE; }
a { background-color: rgb(254,240,254); }
div.DivClassName
{
background-color: #FEF0FE;
}
.BgClassName
{
background-color: #FEF0FE;
}
</style>
border-color css
<style>
span { border-color: #FEF0FE; }
span { border-color: rgb(254,240,254); }
td.TdClassName
{
border-color: #FEF0FE;
}
.TagClassName
{
border-color: #FEF0FE;
}
</style>