Shades of Selago #FDDDFA
Tints of Selago #FDDDFA
RGB
CMYK
RGB Variations
Color information
#FDDDFA (or 0xFDDDFA) is known color: Selago. HEX triplet: FD, DD and FA. RGB value is (253,221,250). Sum of RGB (Red+Green+Blue) = 253+221+250=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 221 (86.72% from 255 or 30.52% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDFA is #022205. Grayscale: #E9E9E9. Windows color (decimal): -139782 or 16440829. OLE color: 16440829.
HSL color Cylindrical-coordinate representation of color #FDDDFA: hue angle of 305.62º 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 #FDDDFA is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 250 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.01 |
| HSL | 305.63º | 0.89% | 0.93% | - |
| HSV(B) | 305.63º | 0.13% | 0.99% | - |
| XYZ | 83.62 | 79.5 | 101.38 | - |
| YUV | 233.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 250 | 0 | 0.13 | 0.01 | 0.01 | 305.63 | 0.89 | 0.93 |
| Hex | FD | DD | FA | 0 | D | 1 | 1 | 132 | 59 | 5D |
| Octal | 375 | 335 | 372 | 0 | 15 | 1 | 1 | 462 | 131 | 135 |
| Binary | 11111101 | 11011101 | 11111010 | 0 | 1101 | 1 | 1 | 100110010 | 1011001 | 1011101 |
Color Harmonies of #FDDDFA
Complementary color
Monochromatic Colors of #FDDDFA
Black with #FDDDFA
Text Example
Text Example
White with #FDDDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDFA; }
p { color: rgb(253,221,250); }
H1.HeaderClassName
{
color: #FDDDFA;
}
.AnyTagClassName
{
color: #FDDDFA;
}
</style>
background-color css
<style>
a { background-color: #FDDDFA; }
a { background-color: rgb(253,221,250); }
div.DivClassName
{
background-color: #FDDDFA;
}
.BgClassName
{
background-color: #FDDDFA;
}
</style>
border-color css
<style>
span { border-color: #FDDDFA; }
span { border-color: rgb(253,221,250); }
td.TdClassName
{
border-color: #FDDDFA;
}
.TagClassName
{
border-color: #FDDDFA;
}
</style>