Shades of Selago #FEF5FF
Tints of Selago #FEF5FF
RGB
CMYK
RGB Variations
Color information
#FEF5FF (or 0xFEF5FF) is known color: Selago. HEX triplet: FE, F5 and FF. RGB value is (254,245,255). Sum of RGB (Red+Green+Blue) = 254+245+255=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 245 (96.09% from 255 or 32.49% from 754); Blue value is 255 (100% from 255 or 33.82% from 754); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5FF is #010A00. Grayscale: #F8F8F8. Windows color (decimal): -68097 or 16774654. OLE color: 16774654.
HSL color Cylindrical-coordinate representation of color #FEF5FF: hue angle of 294º 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 #FEF5FF is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 245 | 255 | - |
| CMYK | 0.00 | 0.04 | 0 | 0 |
| HSL | 294º | 1% | 0.98% | - |
| HSV(B) | 294º | 0.04% | 1% | - |
| XYZ | 91.58 | 93.6 | 107.85 | - |
| YUV | 248.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 255 | 0.00 | 0.04 | 0 | 0 | 294 | 1 | 0.98 |
| Hex | FE | F5 | FF | 0 | 4 | 0 | 0 | 126 | 64 | 62 |
| Octal | 376 | 365 | 377 | 0 | 4 | 0 | 0 | 446 | 144 | 142 |
| Binary | 11111110 | 11110101 | 11111111 | 0 | 100 | 0 | 0 | 100100110 | 1100100 | 1100010 |
Color Harmonies of #FEF5FF
Complementary color
Monochromatic Colors of #FEF5FF
Black with #FEF5FF
Text Example
Text Example
White with #FEF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5FF; }
p { color: rgb(254,245,255); }
H1.HeaderClassName
{
color: #FEF5FF;
}
.AnyTagClassName
{
color: #FEF5FF;
}
</style>
background-color css
<style>
a { background-color: #FEF5FF; }
a { background-color: rgb(254,245,255); }
div.DivClassName
{
background-color: #FEF5FF;
}
.BgClassName
{
background-color: #FEF5FF;
}
</style>
border-color css
<style>
span { border-color: #FEF5FF; }
span { border-color: rgb(254,245,255); }
td.TdClassName
{
border-color: #FEF5FF;
}
.TagClassName
{
border-color: #FEF5FF;
}
</style>