Shades of Selago #FEF4FF
Tints of Selago #FEF4FF
RGB
CMYK
RGB Variations
Color information
#FEF4FF (or 0xFEF4FF) is known color: Selago. HEX triplet: FE, F4 and FF. RGB value is (254,244,255). Sum of RGB (Red+Green+Blue) = 254+244+255=753 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.73% from 753); Green value is 244 (95.70% from 255 or 32.40% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF4FF is #010B00. Grayscale: #F8F8F8. Windows color (decimal): -68353 or 16774398. OLE color: 16774398.
HSL color Cylindrical-coordinate representation of color #FEF4FF: hue angle of 294.55º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEF4FF is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 244 | 255 | - |
| CMYK | 0.00 | 0.04 | 0 | 0 |
| HSL | 294.55º | 1% | 0.98% | - |
| HSV(B) | 294.55º | 0.04% | 1% | - |
| XYZ | 91.27 | 92.99 | 107.75 | - |
| YUV | 248.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 255 | 0.00 | 0.04 | 0 | 0 | 294.55 | 1 | 0.98 |
| Hex | FE | F4 | FF | 0 | 4 | 0 | 0 | 127 | 64 | 62 |
| Octal | 376 | 364 | 377 | 0 | 4 | 0 | 0 | 447 | 144 | 142 |
| Binary | 11111110 | 11110100 | 11111111 | 0 | 100 | 0 | 0 | 100100111 | 1100100 | 1100010 |
Color Harmonies of #FEF4FF
Complementary color
Monochromatic Colors of #FEF4FF
Black with #FEF4FF
Text Example
Text Example
White with #FEF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4FF; }
p { color: rgb(254,244,255); }
H1.HeaderClassName
{
color: #FEF4FF;
}
.AnyTagClassName
{
color: #FEF4FF;
}
</style>
background-color css
<style>
a { background-color: #FEF4FF; }
a { background-color: rgb(254,244,255); }
div.DivClassName
{
background-color: #FEF4FF;
}
.BgClassName
{
background-color: #FEF4FF;
}
</style>
border-color css
<style>
span { border-color: #FEF4FF; }
span { border-color: rgb(254,244,255); }
td.TdClassName
{
border-color: #FEF4FF;
}
.TagClassName
{
border-color: #FEF4FF;
}
</style>