Shades of Selago #FDEBFE
Tints of Selago #FDEBFE
RGB
CMYK
RGB Variations
Color information
#FDEBFE (or 0xFDEBFE) is known color: Selago. HEX triplet: FD, EB and FE. RGB value is (253,235,254). Sum of RGB (Red+Green+Blue) = 253+235+254=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 235 (92.19% from 255 or 31.67% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDEBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEBFE is #021401. Grayscale: #F2F2F2. Windows color (decimal): -136194 or 16706557. OLE color: 16706557.
HSL color Cylindrical-coordinate representation of color #FDEBFE: hue angle of 296.84º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDEBFE is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 235 | 254 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.00 |
| HSL | 296.84º | 0.9% | 0.96% | - |
| HSV(B) | 296.84º | 0.07% | 1% | - |
| XYZ | 88.11 | 87.46 | 106 | - |
| YUV | 242.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 254 | 0.00 | 0.07 | 0 | 0.00 | 296.84 | 0.9 | 0.96 |
| Hex | FD | EB | FE | 0 | 7 | 0 | 0 | 129 | 5A | 60 |
| Octal | 375 | 353 | 376 | 0 | 7 | 0 | 0 | 451 | 132 | 140 |
| Binary | 11111101 | 11101011 | 11111110 | 0 | 111 | 0 | 0 | 100101001 | 1011010 | 1100000 |
Color Harmonies of #FDEBFE
Complementary color
Monochromatic Colors of #FDEBFE
Black with #FDEBFE
Text Example
Text Example
White with #FDEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBFE; }
p { color: rgb(253,235,254); }
H1.HeaderClassName
{
color: #FDEBFE;
}
.AnyTagClassName
{
color: #FDEBFE;
}
</style>
background-color css
<style>
a { background-color: #FDEBFE; }
a { background-color: rgb(253,235,254); }
div.DivClassName
{
background-color: #FDEBFE;
}
.BgClassName
{
background-color: #FDEBFE;
}
</style>
border-color css
<style>
span { border-color: #FDEBFE; }
span { border-color: rgb(253,235,254); }
td.TdClassName
{
border-color: #FDEBFE;
}
.TagClassName
{
border-color: #FDEBFE;
}
</style>