Shades of Selago #FDEDFF
Tints of Selago #FDEDFF
RGB
CMYK
RGB Variations
Color information
#FDEDFF (or 0xFDEDFF) is known color: Selago. HEX triplet: FD, ED and FF. RGB value is (253,237,255). Sum of RGB (Red+Green+Blue) = 253+237+255=745 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.96% from 745); Green value is 237 (92.97% from 255 or 31.81% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDEDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDFF is #021200. Grayscale: #F3F3F3. Windows color (decimal): -135681 or 16772605. OLE color: 16772605.
HSL color Cylindrical-coordinate representation of color #FDEDFF: hue angle of 293.33º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDEDFF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 237 | 255 | - |
| CMYK | 0.01 | 0.07 | 0 | 0 |
| HSL | 293.33º | 1% | 0.96% | - |
| HSV(B) | 293.33º | 0.07% | 1% | - |
| XYZ | 88.84 | 88.67 | 107.04 | - |
| YUV | 243.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 255 | 0.01 | 0.07 | 0 | 0 | 293.33 | 1 | 0.96 |
| Hex | FD | ED | FF | 1 | 7 | 0 | 0 | 125 | 64 | 60 |
| Octal | 375 | 355 | 377 | 1 | 7 | 0 | 0 | 445 | 144 | 140 |
| Binary | 11111101 | 11101101 | 11111111 | 1 | 111 | 0 | 0 | 100100101 | 1100100 | 1100000 |
Color Harmonies of #FDEDFF
Complementary color
Monochromatic Colors of #FDEDFF
Black with #FDEDFF
Text Example
Text Example
White with #FDEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDFF; }
p { color: rgb(253,237,255); }
H1.HeaderClassName
{
color: #FDEDFF;
}
.AnyTagClassName
{
color: #FDEDFF;
}
</style>
background-color css
<style>
a { background-color: #FDEDFF; }
a { background-color: rgb(253,237,255); }
div.DivClassName
{
background-color: #FDEDFF;
}
.BgClassName
{
background-color: #FDEDFF;
}
</style>
border-color css
<style>
span { border-color: #FDEDFF; }
span { border-color: rgb(253,237,255); }
td.TdClassName
{
border-color: #FDEDFF;
}
.TagClassName
{
border-color: #FDEDFF;
}
</style>