Shades of Selago #FDDEF9
Tints of Selago #FDDEF9
RGB
CMYK
RGB Variations
Color information
#FDDEF9 (or 0xFDDEF9) is known color: Selago. HEX triplet: FD, DE and F9. RGB value is (253,222,249). Sum of RGB (Red+Green+Blue) = 253+222+249=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 222 (87.11% from 255 or 30.66% from 724); Blue value is 249 (97.66% from 255 or 34.39% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEF9 is #022106. Grayscale: #EAEAEA. Windows color (decimal): -139527 or 16375549. OLE color: 16375549.
HSL color Cylindrical-coordinate representation of color #FDDEF9: hue angle of 307.74º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEF9 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 249 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.01 |
| HSL | 307.74º | 0.89% | 0.93% | - |
| HSV(B) | 307.74º | 0.12% | 0.99% | - |
| XYZ | 83.73 | 79.96 | 100.64 | - |
| YUV | 234.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 249 | 0 | 0.12 | 0.02 | 0.01 | 307.74 | 0.89 | 0.93 |
| Hex | FD | DE | F9 | 0 | C | 2 | 1 | 134 | 59 | 5D |
| Octal | 375 | 336 | 371 | 0 | 14 | 2 | 1 | 464 | 131 | 135 |
| Binary | 11111101 | 11011110 | 11111001 | 0 | 1100 | 10 | 1 | 100110100 | 1011001 | 1011101 |
Color Harmonies of #FDDEF9
Complementary color
Monochromatic Colors of #FDDEF9
Black with #FDDEF9
Text Example
Text Example
White with #FDDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEF9; }
p { color: rgb(253,222,249); }
H1.HeaderClassName
{
color: #FDDEF9;
}
.AnyTagClassName
{
color: #FDDEF9;
}
</style>
background-color css
<style>
a { background-color: #FDDEF9; }
a { background-color: rgb(253,222,249); }
div.DivClassName
{
background-color: #FDDEF9;
}
.BgClassName
{
background-color: #FDDEF9;
}
</style>
border-color css
<style>
span { border-color: #FDDEF9; }
span { border-color: rgb(253,222,249); }
td.TdClassName
{
border-color: #FDDEF9;
}
.TagClassName
{
border-color: #FDDEF9;
}
</style>