Shades of Selago #FDEEFE
Tints of Selago #FDEEFE
RGB
CMYK
RGB Variations
Color information
#FDEEFE (or 0xFDEEFE) is known color: Selago. HEX triplet: FD, EE and FE. RGB value is (253,238,254). Sum of RGB (Red+Green+Blue) = 253+238+254=745 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.96% from 745); Green value is 238 (93.36% from 255 or 31.95% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEFE is #021101. Grayscale: #F4F4F4. Windows color (decimal): -135426 or 16707325. OLE color: 16707325.
HSL color Cylindrical-coordinate representation of color #FDEEFE: hue angle of 296.25º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDEEFE is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 238 | 254 | - |
CMYK | 0.00 | 0.06 | 0 | 0.00 |
HSL | 296.25º | 0.89% | 0.96% | - |
HSV(B) | 296.25º | 0.06% | 1% | - |
XYZ | 88.97 | 89.19 | 106.29 | - |
YUV | 244.31 | 133.47 | 134.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 254 | 0.00 | 0.06 | 0 | 0.00 | 296.25 | 0.89 | 0.96 |
Hex | FD | EE | FE | 0 | 6 | 0 | 0 | 128 | 59 | 60 |
Octal | 375 | 356 | 376 | 0 | 6 | 0 | 0 | 450 | 131 | 140 |
Binary | 11111101 | 11101110 | 11111110 | 0 | 110 | 0 | 0 | 100101000 | 1011001 | 1100000 |
Color Harmonies of #FDEEFE
Complementary color
Monochromatic Colors of #FDEEFE
Black with #FDEEFE
Text Example
Text Example
White with #FDEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEFE; }
p { color: rgb(253,238,254); }
H1.HeaderClassName
{
color: #FDEEFE;
}
.AnyTagClassName
{
color: #FDEEFE;
}
</style>
background-color css
<style>
a { background-color: #FDEEFE; }
a { background-color: rgb(253,238,254); }
div.DivClassName
{
background-color: #FDEEFE;
}
.BgClassName
{
background-color: #FDEEFE;
}
</style>
border-color css
<style>
span { border-color: #FDEEFE; }
span { border-color: rgb(253,238,254); }
td.TdClassName
{
border-color: #FDEEFE;
}
.TagClassName
{
border-color: #FDEEFE;
}
</style>