Shades of Selago #FDEFFE
Tints of Selago #FDEFFE
RGB
CMYK
RGB Variations
Color information
#FDEFFE (or 0xFDEFFE) is known color: Selago. HEX triplet: FD, EF and FE. RGB value is (253,239,254). Sum of RGB (Red+Green+Blue) = 253+239+254=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 239 (93.75% from 255 or 32.04% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDEFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEFFE is #021001. Grayscale: #F4F4F4. Windows color (decimal): -135170 or 16707581. OLE color: 16707581.
HSL color Cylindrical-coordinate representation of color #FDEFFE: hue angle of 296º 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 #FDEFFE is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 239 | 254 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.00 |
| HSL | 296º | 0.88% | 0.97% | - |
| HSV(B) | 296º | 0.06% | 1% | - |
| XYZ | 89.26 | 89.77 | 106.39 | - |
| YUV | 244.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 254 | 0.00 | 0.06 | 0 | 0.00 | 296 | 0.88 | 0.97 |
| Hex | FD | EF | FE | 0 | 6 | 0 | 0 | 128 | 58 | 61 |
| Octal | 375 | 357 | 376 | 0 | 6 | 0 | 0 | 450 | 130 | 141 |
| Binary | 11111101 | 11101111 | 11111110 | 0 | 110 | 0 | 0 | 100101000 | 1011000 | 1100001 |
Color Harmonies of #FDEFFE
Complementary color
Monochromatic Colors of #FDEFFE
Black with #FDEFFE
Text Example
Text Example
White with #FDEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFFE; }
p { color: rgb(253,239,254); }
H1.HeaderClassName
{
color: #FDEFFE;
}
.AnyTagClassName
{
color: #FDEFFE;
}
</style>
background-color css
<style>
a { background-color: #FDEFFE; }
a { background-color: rgb(253,239,254); }
div.DivClassName
{
background-color: #FDEFFE;
}
.BgClassName
{
background-color: #FDEFFE;
}
</style>
border-color css
<style>
span { border-color: #FDEFFE; }
span { border-color: rgb(253,239,254); }
td.TdClassName
{
border-color: #FDEFFE;
}
.TagClassName
{
border-color: #FDEFFE;
}
</style>