Shades of Selago #FEDDF9
Tints of Selago #FEDDF9
RGB
CMYK
RGB Variations
Color information
#FEDDF9 (or 0xFEDDF9) is known color: Selago. HEX triplet: FE, DD and F9. RGB value is (254,221,249). Sum of RGB (Red+Green+Blue) = 254+221+249=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 221 (86.72% from 255 or 30.52% from 724); Blue value is 249 (97.66% from 255 or 34.39% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDF9 is #012206. Grayscale: #E9E9E9. Windows color (decimal): -74247 or 16375294. OLE color: 16375294.
HSL color Cylindrical-coordinate representation of color #FEDDF9: hue angle of 309.09º 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 #FEDDF9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 221 | 249 | - |
CMYK | 0 | 0.13 | 0.02 | 0.00 |
HSL | 309.09º | 0.94% | 0.93% | - |
HSV(B) | 309.09º | 0.13% | 1% | - |
XYZ | 83.83 | 79.62 | 100.57 | - |
YUV | 234.06 | 136.43 | 142.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 221 | 249 | 0 | 0.13 | 0.02 | 0.00 | 309.09 | 0.94 | 0.93 |
Hex | FE | DD | F9 | 0 | D | 2 | 0 | 135 | 5E | 5D |
Octal | 376 | 335 | 371 | 0 | 15 | 2 | 0 | 465 | 136 | 135 |
Binary | 11111110 | 11011101 | 11111001 | 0 | 1101 | 10 | 0 | 100110101 | 1011110 | 1011101 |
Color Harmonies of #FEDDF9
Complementary color
Monochromatic Colors of #FEDDF9
Black with #FEDDF9
Text Example
Text Example
White with #FEDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDF9; }
p { color: rgb(254,221,249); }
H1.HeaderClassName
{
color: #FEDDF9;
}
.AnyTagClassName
{
color: #FEDDF9;
}
</style>
background-color css
<style>
a { background-color: #FEDDF9; }
a { background-color: rgb(254,221,249); }
div.DivClassName
{
background-color: #FEDDF9;
}
.BgClassName
{
background-color: #FEDDF9;
}
</style>
border-color css
<style>
span { border-color: #FEDDF9; }
span { border-color: rgb(254,221,249); }
td.TdClassName
{
border-color: #FEDDF9;
}
.TagClassName
{
border-color: #FEDDF9;
}
</style>