Shades of Selago #FEDCFD
Tints of Selago #FEDCFD
RGB
CMYK
RGB Variations
Color information
#FEDCFD (or 0xFEDCFD) is known color: Selago. HEX triplet: FE, DC and FD. RGB value is (254,220,253). Sum of RGB (Red+Green+Blue) = 254+220+253=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 220 (86.33% from 255 or 30.26% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCFD is #012302. Grayscale: #E9E9E9. Windows color (decimal): -74499 or 16637182. OLE color: 16637182.
HSL color Cylindrical-coordinate representation of color #FEDCFD: hue angle of 301.76º 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 #FEDCFD is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 253 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.00 |
| HSL | 301.76º | 0.94% | 0.93% | - |
| HSV(B) | 301.76º | 0.13% | 1% | - |
| XYZ | 84.2 | 79.35 | 103.81 | - |
| YUV | 233.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 253 | 0 | 0.13 | 0.00 | 0.00 | 301.76 | 0.94 | 0.93 |
| Hex | FE | DC | FD | 0 | D | 0 | 0 | 12E | 5E | 5D |
| Octal | 376 | 334 | 375 | 0 | 15 | 0 | 0 | 456 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11111101 | 0 | 1101 | 0 | 0 | 100101110 | 1011110 | 1011101 |
Color Harmonies of #FEDCFD
Complementary color
Monochromatic Colors of #FEDCFD
Black with #FEDCFD
Text Example
Text Example
White with #FEDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCFD; }
p { color: rgb(254,220,253); }
H1.HeaderClassName
{
color: #FEDCFD;
}
.AnyTagClassName
{
color: #FEDCFD;
}
</style>
background-color css
<style>
a { background-color: #FEDCFD; }
a { background-color: rgb(254,220,253); }
div.DivClassName
{
background-color: #FEDCFD;
}
.BgClassName
{
background-color: #FEDCFD;
}
</style>
border-color css
<style>
span { border-color: #FEDCFD; }
span { border-color: rgb(254,220,253); }
td.TdClassName
{
border-color: #FEDCFD;
}
.TagClassName
{
border-color: #FEDCFD;
}
</style>