Shades of Selago #FEDCFE
Tints of Selago #FEDCFE
RGB
CMYK
RGB Variations
Color information
#FEDCFE (or 0xFEDCFE) is known color: Selago. HEX triplet: FE, DC and FE. RGB value is (254,220,254). Sum of RGB (Red+Green+Blue) = 254+220+254=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 220 (86.33% from 255 or 30.22% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEDCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCFE is #012301. Grayscale: #E9E9E9. Windows color (decimal): -74498 or 16702718. OLE color: 16702718.
HSL color Cylindrical-coordinate representation of color #FEDCFE: hue angle of 300º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDCFE is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 254 | - |
| CMYK | 0 | 0.13 | 0 | 0.00 |
| HSL | 300º | 0.94% | 0.93% | - |
| HSV(B) | 300º | 0.13% | 1% | - |
| XYZ | 84.36 | 79.41 | 104.65 | - |
| YUV | 234.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 254 | 0 | 0.13 | 0 | 0.00 | 300 | 0.94 | 0.93 |
| Hex | FE | DC | FE | 0 | D | 0 | 0 | 12C | 5E | 5D |
| Octal | 376 | 334 | 376 | 0 | 15 | 0 | 0 | 454 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11111110 | 0 | 1101 | 0 | 0 | 100101100 | 1011110 | 1011101 |
Color Harmonies of #FEDCFE
Complementary color
Monochromatic Colors of #FEDCFE
Black with #FEDCFE
Text Example
Text Example
White with #FEDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCFE; }
p { color: rgb(254,220,254); }
H1.HeaderClassName
{
color: #FEDCFE;
}
.AnyTagClassName
{
color: #FEDCFE;
}
</style>
background-color css
<style>
a { background-color: #FEDCFE; }
a { background-color: rgb(254,220,254); }
div.DivClassName
{
background-color: #FEDCFE;
}
.BgClassName
{
background-color: #FEDCFE;
}
</style>
border-color css
<style>
span { border-color: #FEDCFE; }
span { border-color: rgb(254,220,254); }
td.TdClassName
{
border-color: #FEDCFE;
}
.TagClassName
{
border-color: #FEDCFE;
}
</style>