Shades of Selago #FDEEFF
Tints of Selago #FDEEFF
RGB
CMYK
RGB Variations
Color information
#FDEEFF (or 0xFDEEFF) is known color: Selago. HEX triplet: FD, EE and FF. RGB value is (253,238,255). Sum of RGB (Red+Green+Blue) = 253+238+255=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 238 (93.36% from 255 or 31.90% from 746); Blue value is 255 (100% from 255 or 34.18% from 746); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEFF is #021100. Grayscale: #F4F4F4. Windows color (decimal): -135425 or 16772861. OLE color: 16772861.
HSL color Cylindrical-coordinate representation of color #FDEEFF: hue angle of 292.94º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDEEFF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 238 | 255 | - |
CMYK | 0.01 | 0.07 | 0 | 0 |
HSL | 292.94º | 1% | 0.97% | - |
HSV(B) | 292.94º | 0.07% | 1% | - |
XYZ | 89.13 | 89.25 | 107.14 | - |
YUV | 244.42 | 133.97 | 134.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 255 | 0.01 | 0.07 | 0 | 0 | 292.94 | 1 | 0.97 |
Hex | FD | EE | FF | 1 | 7 | 0 | 0 | 125 | 64 | 61 |
Octal | 375 | 356 | 377 | 1 | 7 | 0 | 0 | 445 | 144 | 141 |
Binary | 11111101 | 11101110 | 11111111 | 1 | 111 | 0 | 0 | 100100101 | 1100100 | 1100001 |
Color Harmonies of #FDEEFF
Complementary color
Monochromatic Colors of #FDEEFF
Black with #FDEEFF
Text Example
Text Example
White with #FDEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEFF; }
p { color: rgb(253,238,255); }
H1.HeaderClassName
{
color: #FDEEFF;
}
.AnyTagClassName
{
color: #FDEEFF;
}
</style>
background-color css
<style>
a { background-color: #FDEEFF; }
a { background-color: rgb(253,238,255); }
div.DivClassName
{
background-color: #FDEEFF;
}
.BgClassName
{
background-color: #FDEEFF;
}
</style>
border-color css
<style>
span { border-color: #FDEEFF; }
span { border-color: rgb(253,238,255); }
td.TdClassName
{
border-color: #FDEEFF;
}
.TagClassName
{
border-color: #FDEEFF;
}
</style>