Shades of Selago #FEEFFE
Tints of Selago #FEEFFE
RGB
CMYK
RGB Variations
Color information
#FEEFFE (or 0xFEEFFE) is known color: Selago. HEX triplet: FE, EF and FE. RGB value is (254,239,254). Sum of RGB (Red+Green+Blue) = 254+239+254=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 239 (93.75% from 255 or 31.99% from 747); Blue value is 254 (99.61% from 255 or 34.00% from 747); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEEFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFFE is #011001. Grayscale: #F5F5F5. Windows color (decimal): -69634 or 16707582. OLE color: 16707582.
HSL color Cylindrical-coordinate representation of color #FEEFFE: 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 #FEEFFE is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 254 | - |
| CMYK | 0 | 0.06 | 0 | 0.00 |
| HSL | 300º | 0.88% | 0.97% | - |
| HSV(B) | 300º | 0.06% | 1% | - |
| XYZ | 89.63 | 89.96 | 106.41 | - |
| YUV | 245.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 254 | 0 | 0.06 | 0 | 0.00 | 300 | 0.88 | 0.97 |
| Hex | FE | EF | FE | 0 | 6 | 0 | 0 | 12C | 58 | 61 |
| Octal | 376 | 357 | 376 | 0 | 6 | 0 | 0 | 454 | 130 | 141 |
| Binary | 11111110 | 11101111 | 11111110 | 0 | 110 | 0 | 0 | 100101100 | 1011000 | 1100001 |
Color Harmonies of #FEEFFE
Complementary color
Monochromatic Colors of #FEEFFE
Black with #FEEFFE
Text Example
Text Example
White with #FEEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFFE; }
p { color: rgb(254,239,254); }
H1.HeaderClassName
{
color: #FEEFFE;
}
.AnyTagClassName
{
color: #FEEFFE;
}
</style>
background-color css
<style>
a { background-color: #FEEFFE; }
a { background-color: rgb(254,239,254); }
div.DivClassName
{
background-color: #FEEFFE;
}
.BgClassName
{
background-color: #FEEFFE;
}
</style>
border-color css
<style>
span { border-color: #FEEFFE; }
span { border-color: rgb(254,239,254); }
td.TdClassName
{
border-color: #FEEFFE;
}
.TagClassName
{
border-color: #FEEFFE;
}
</style>