Shades of Selago #FEDCF9
Tints of Selago #FEDCF9
RGB
CMYK
RGB Variations
Color information
#FEDCF9 (or 0xFEDCF9) is known color: Selago. HEX triplet: FE, DC and F9. RGB value is (254,220,249). Sum of RGB (Red+Green+Blue) = 254+220+249=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 220 (86.33% from 255 or 30.43% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCF9 is #012306. Grayscale: #E9E9E9. Windows color (decimal): -74503 or 16375038. OLE color: 16375038.
HSL color Cylindrical-coordinate representation of color #FEDCF9: hue angle of 308.82º 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 #FEDCF9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 249 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.00 |
| HSL | 308.82º | 0.94% | 0.93% | - |
| HSV(B) | 308.82º | 0.13% | 1% | - |
| XYZ | 83.57 | 79.1 | 100.49 | - |
| YUV | 233.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 249 | 0 | 0.13 | 0.02 | 0.00 | 308.82 | 0.94 | 0.93 |
| Hex | FE | DC | F9 | 0 | D | 2 | 0 | 135 | 5E | 5D |
| Octal | 376 | 334 | 371 | 0 | 15 | 2 | 0 | 465 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11111001 | 0 | 1101 | 10 | 0 | 100110101 | 1011110 | 1011101 |
Color Harmonies of #FEDCF9
Complementary color
Monochromatic Colors of #FEDCF9
Black with #FEDCF9
Text Example
Text Example
White with #FEDCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCF9; }
p { color: rgb(254,220,249); }
H1.HeaderClassName
{
color: #FEDCF9;
}
.AnyTagClassName
{
color: #FEDCF9;
}
</style>
background-color css
<style>
a { background-color: #FEDCF9; }
a { background-color: rgb(254,220,249); }
div.DivClassName
{
background-color: #FEDCF9;
}
.BgClassName
{
background-color: #FEDCF9;
}
</style>
border-color css
<style>
span { border-color: #FEDCF9; }
span { border-color: rgb(254,220,249); }
td.TdClassName
{
border-color: #FEDCF9;
}
.TagClassName
{
border-color: #FEDCF9;
}
</style>