Shades of Selago #FEF0FF
Tints of Selago #FEF0FF
RGB
CMYK
RGB Variations
Color information
#FEF0FF (or 0xFEF0FF) is known color: Selago. HEX triplet: FE, F0 and FF. RGB value is (254,240,255). Sum of RGB (Red+Green+Blue) = 254+240+255=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 240 (94.14% from 255 or 32.04% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0FF is #010F00. Grayscale: #F5F5F5. Windows color (decimal): -69377 or 16773374. OLE color: 16773374.
HSL color Cylindrical-coordinate representation of color #FEF0FF: hue angle of 296º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEF0FF is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 240 | 255 | - |
| CMYK | 0.00 | 0.06 | 0 | 0 |
| HSL | 296º | 1% | 0.97% | - |
| HSV(B) | 296º | 0.06% | 1% | - |
| XYZ | 90.08 | 90.61 | 107.35 | - |
| YUV | 245.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 255 | 0.00 | 0.06 | 0 | 0 | 296 | 1 | 0.97 |
| Hex | FE | F0 | FF | 0 | 6 | 0 | 0 | 128 | 64 | 61 |
| Octal | 376 | 360 | 377 | 0 | 6 | 0 | 0 | 450 | 144 | 141 |
| Binary | 11111110 | 11110000 | 11111111 | 0 | 110 | 0 | 0 | 100101000 | 1100100 | 1100001 |
Color Harmonies of #FEF0FF
Complementary color
Monochromatic Colors of #FEF0FF
Black with #FEF0FF
Text Example
Text Example
White with #FEF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0FF; }
p { color: rgb(254,240,255); }
H1.HeaderClassName
{
color: #FEF0FF;
}
.AnyTagClassName
{
color: #FEF0FF;
}
</style>
background-color css
<style>
a { background-color: #FEF0FF; }
a { background-color: rgb(254,240,255); }
div.DivClassName
{
background-color: #FEF0FF;
}
.BgClassName
{
background-color: #FEF0FF;
}
</style>
border-color css
<style>
span { border-color: #FEF0FF; }
span { border-color: rgb(254,240,255); }
td.TdClassName
{
border-color: #FEF0FF;
}
.TagClassName
{
border-color: #FEF0FF;
}
</style>