Shades of Selago #FDDEFF
Tints of Selago #FDDEFF
RGB
CMYK
RGB Variations
Color information
#FDDEFF (or 0xFDDEFF) is known color: Selago. HEX triplet: FD, DE and FF. RGB value is (253,222,255). Sum of RGB (Red+Green+Blue) = 253+222+255=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 222 (87.11% from 255 or 30.41% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDDEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEFF is #022100. Grayscale: #EAEAEA. Windows color (decimal): -139521 or 16768765. OLE color: 16768765.
HSL color Cylindrical-coordinate representation of color #FDDEFF: hue angle of 296.36º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDEFF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 222 | 255 | - |
| CMYK | 0.01 | 0.13 | 0 | 0 |
| HSL | 296.36º | 1% | 0.94% | - |
| HSV(B) | 296.36º | 0.13% | 1% | - |
| XYZ | 84.68 | 80.35 | 105.65 | - |
| YUV | 235.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 255 | 0.01 | 0.13 | 0 | 0 | 296.36 | 1 | 0.94 |
| Hex | FD | DE | FF | 1 | D | 0 | 0 | 128 | 64 | 5E |
| Octal | 375 | 336 | 377 | 1 | 15 | 0 | 0 | 450 | 144 | 136 |
| Binary | 11111101 | 11011110 | 11111111 | 1 | 1101 | 0 | 0 | 100101000 | 1100100 | 1011110 |
Color Harmonies of #FDDEFF
Complementary color
Monochromatic Colors of #FDDEFF
Black with #FDDEFF
Text Example
Text Example
White with #FDDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEFF; }
p { color: rgb(253,222,255); }
H1.HeaderClassName
{
color: #FDDEFF;
}
.AnyTagClassName
{
color: #FDDEFF;
}
</style>
background-color css
<style>
a { background-color: #FDDEFF; }
a { background-color: rgb(253,222,255); }
div.DivClassName
{
background-color: #FDDEFF;
}
.BgClassName
{
background-color: #FDDEFF;
}
</style>
border-color css
<style>
span { border-color: #FDDEFF; }
span { border-color: rgb(253,222,255); }
td.TdClassName
{
border-color: #FDDEFF;
}
.TagClassName
{
border-color: #FDDEFF;
}
</style>