Shades of Selago #FEF6FF
Tints of Selago #FEF6FF
RGB
CMYK
RGB Variations
Color information
#FEF6FF (or 0xFEF6FF) is known color: Selago. HEX triplet: FE, F6 and FF. RGB value is (254,246,255). Sum of RGB (Red+Green+Blue) = 254+246+255=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 246 (96.48% from 255 or 32.58% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6FF is #010900. Grayscale: #F9F9F9. Windows color (decimal): -67841 or 16774910. OLE color: 16774910.
HSL color Cylindrical-coordinate representation of color #FEF6FF: hue angle of 293.33º 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 #FEF6FF is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 246 | 255 | - |
| CMYK | 0.00 | 0.04 | 0 | 0 |
| HSL | 293.33º | 1% | 0.98% | - |
| HSV(B) | 293.33º | 0.04% | 1% | - |
| XYZ | 91.88 | 94.2 | 107.95 | - |
| YUV | 249.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 255 | 0.00 | 0.04 | 0 | 0 | 293.33 | 1 | 0.98 |
| Hex | FE | F6 | FF | 0 | 4 | 0 | 0 | 125 | 64 | 62 |
| Octal | 376 | 366 | 377 | 0 | 4 | 0 | 0 | 445 | 144 | 142 |
| Binary | 11111110 | 11110110 | 11111111 | 0 | 100 | 0 | 0 | 100100101 | 1100100 | 1100010 |
Color Harmonies of #FEF6FF
Complementary color
Monochromatic Colors of #FEF6FF
Black with #FEF6FF
Text Example
Text Example
White with #FEF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6FF; }
p { color: rgb(254,246,255); }
H1.HeaderClassName
{
color: #FEF6FF;
}
.AnyTagClassName
{
color: #FEF6FF;
}
</style>
background-color css
<style>
a { background-color: #FEF6FF; }
a { background-color: rgb(254,246,255); }
div.DivClassName
{
background-color: #FEF6FF;
}
.BgClassName
{
background-color: #FEF6FF;
}
</style>
border-color css
<style>
span { border-color: #FEF6FF; }
span { border-color: rgb(254,246,255); }
td.TdClassName
{
border-color: #FEF6FF;
}
.TagClassName
{
border-color: #FEF6FF;
}
</style>