Shades of Selago #FDE2FC
Tints of Selago #FDE2FC
RGB
CMYK
RGB Variations
Color information
#FDE2FC (or 0xFDE2FC) is known color: Selago. HEX triplet: FD, E2 and FC. RGB value is (253,226,252). Sum of RGB (Red+Green+Blue) = 253+226+252=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 226 (88.67% from 255 or 30.92% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE2FC is #021D03. Grayscale: #ECECEC. Windows color (decimal): -138500 or 16573181. OLE color: 16573181.
HSL color Cylindrical-coordinate representation of color #FDE2FC: hue angle of 302.22º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE2FC is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 252 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.01 |
| HSL | 302.22º | 0.87% | 0.94% | - |
| HSV(B) | 302.22º | 0.11% | 0.99% | - |
| XYZ | 85.28 | 82.3 | 103.49 | - |
| YUV | 237.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 252 | 0 | 0.11 | 0.00 | 0.01 | 302.22 | 0.87 | 0.94 |
| Hex | FD | E2 | FC | 0 | B | 0 | 1 | 12E | 57 | 5E |
| Octal | 375 | 342 | 374 | 0 | 13 | 0 | 1 | 456 | 127 | 136 |
| Binary | 11111101 | 11100010 | 11111100 | 0 | 1011 | 0 | 1 | 100101110 | 1010111 | 1011110 |
Color Harmonies of #FDE2FC
Complementary color
Monochromatic Colors of #FDE2FC
Black with #FDE2FC
Text Example
Text Example
White with #FDE2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2FC; }
p { color: rgb(253,226,252); }
H1.HeaderClassName
{
color: #FDE2FC;
}
.AnyTagClassName
{
color: #FDE2FC;
}
</style>
background-color css
<style>
a { background-color: #FDE2FC; }
a { background-color: rgb(253,226,252); }
div.DivClassName
{
background-color: #FDE2FC;
}
.BgClassName
{
background-color: #FDE2FC;
}
</style>
border-color css
<style>
span { border-color: #FDE2FC; }
span { border-color: rgb(253,226,252); }
td.TdClassName
{
border-color: #FDE2FC;
}
.TagClassName
{
border-color: #FDE2FC;
}
</style>