Shades of Selago #FDDDF9
Tints of Selago #FDDDF9
RGB
CMYK
RGB Variations
Color information
#FDDDF9 (or 0xFDDDF9) is known color: Selago. HEX triplet: FD, DD and F9. RGB value is (253,221,249). Sum of RGB (Red+Green+Blue) = 253+221+249=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 221 (86.72% from 255 or 30.57% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDF9 is #022206. Grayscale: #E9E9E9. Windows color (decimal): -139783 or 16375293. OLE color: 16375293.
HSL color Cylindrical-coordinate representation of color #FDDDF9: hue angle of 307.5º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDDF9 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 249 | - |
CMYK | 0 | 0.13 | 0.02 | 0.01 |
HSL | 307.5º | 0.89% | 0.93% | - |
HSV(B) | 307.5º | 0.13% | 0.99% | - |
XYZ | 83.46 | 79.44 | 100.56 | - |
YUV | 233.76 | 136.6 | 141.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 249 | 0 | 0.13 | 0.02 | 0.01 | 307.5 | 0.89 | 0.93 |
Hex | FD | DD | F9 | 0 | D | 2 | 1 | 134 | 59 | 5D |
Octal | 375 | 335 | 371 | 0 | 15 | 2 | 1 | 464 | 131 | 135 |
Binary | 11111101 | 11011101 | 11111001 | 0 | 1101 | 10 | 1 | 100110100 | 1011001 | 1011101 |
Color Harmonies of #FDDDF9
Complementary color
Monochromatic Colors of #FDDDF9
Black with #FDDDF9
Text Example
Text Example
White with #FDDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDF9; }
p { color: rgb(253,221,249); }
H1.HeaderClassName
{
color: #FDDDF9;
}
.AnyTagClassName
{
color: #FDDDF9;
}
</style>
background-color css
<style>
a { background-color: #FDDDF9; }
a { background-color: rgb(253,221,249); }
div.DivClassName
{
background-color: #FDDDF9;
}
.BgClassName
{
background-color: #FDDDF9;
}
</style>
border-color css
<style>
span { border-color: #FDDDF9; }
span { border-color: rgb(253,221,249); }
td.TdClassName
{
border-color: #FDDDF9;
}
.TagClassName
{
border-color: #FDDDF9;
}
</style>