Shades of Selago #FDECFF
Tints of Selago #FDECFF
RGB
CMYK
RGB Variations
Color information
#FDECFF (or 0xFDECFF) is known color: Selago. HEX triplet: FD, EC and FF. RGB value is (253,236,255). Sum of RGB (Red+Green+Blue) = 253+236+255=744 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.01% from 744); Green value is 236 (92.58% from 255 or 31.72% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECFF is #021300. Grayscale: #F3F3F3. Windows color (decimal): -135937 or 16772349. OLE color: 16772349.
HSL color Cylindrical-coordinate representation of color #FDECFF: hue angle of 293.68º 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 #FDECFF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 236 | 255 | - |
| CMYK | 0.01 | 0.07 | 0 | 0 |
| HSL | 293.68º | 1% | 0.96% | - |
| HSV(B) | 293.68º | 0.07% | 1% | - |
| XYZ | 88.55 | 88.09 | 106.94 | - |
| YUV | 243.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 255 | 0.01 | 0.07 | 0 | 0 | 293.68 | 1 | 0.96 |
| Hex | FD | EC | FF | 1 | 7 | 0 | 0 | 126 | 64 | 60 |
| Octal | 375 | 354 | 377 | 1 | 7 | 0 | 0 | 446 | 144 | 140 |
| Binary | 11111101 | 11101100 | 11111111 | 1 | 111 | 0 | 0 | 100100110 | 1100100 | 1100000 |
Color Harmonies of #FDECFF
Complementary color
Monochromatic Colors of #FDECFF
Black with #FDECFF
Text Example
Text Example
White with #FDECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECFF; }
p { color: rgb(253,236,255); }
H1.HeaderClassName
{
color: #FDECFF;
}
.AnyTagClassName
{
color: #FDECFF;
}
</style>
background-color css
<style>
a { background-color: #FDECFF; }
a { background-color: rgb(253,236,255); }
div.DivClassName
{
background-color: #FDECFF;
}
.BgClassName
{
background-color: #FDECFF;
}
</style>
border-color css
<style>
span { border-color: #FDECFF; }
span { border-color: rgb(253,236,255); }
td.TdClassName
{
border-color: #FDECFF;
}
.TagClassName
{
border-color: #FDECFF;
}
</style>