Shades of Selago #FDDDFD
Tints of Selago #FDDDFD
RGB
CMYK
RGB Variations
Color information
#FDDDFD (or 0xFDDDFD) is known color: Selago. HEX triplet: FD, DD and FD. RGB value is (253,221,253). Sum of RGB (Red+Green+Blue) = 253+221+253=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 221 (86.72% from 255 or 30.40% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDFD is #022202. Grayscale: #EAEAEA. Windows color (decimal): -139779 or 16637437. OLE color: 16637437.
HSL color Cylindrical-coordinate representation of color #FDDDFD: hue angle of 300º 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 #FDDDFD is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 253 | - |
CMYK | 0 | 0.13 | 0 | 0.01 |
HSL | 300º | 0.89% | 0.93% | - |
HSV(B) | 300º | 0.13% | 0.99% | - |
XYZ | 84.09 | 79.69 | 103.88 | - |
YUV | 234.22 | 138.6 | 141.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 253 | 0 | 0.13 | 0 | 0.01 | 300 | 0.89 | 0.93 |
Hex | FD | DD | FD | 0 | D | 0 | 1 | 12C | 59 | 5D |
Octal | 375 | 335 | 375 | 0 | 15 | 0 | 1 | 454 | 131 | 135 |
Binary | 11111101 | 11011101 | 11111101 | 0 | 1101 | 0 | 1 | 100101100 | 1011001 | 1011101 |
Color Harmonies of #FDDDFD
Complementary color
Monochromatic Colors of #FDDDFD
Black with #FDDDFD
Text Example
Text Example
White with #FDDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDFD; }
p { color: rgb(253,221,253); }
H1.HeaderClassName
{
color: #FDDDFD;
}
.AnyTagClassName
{
color: #FDDDFD;
}
</style>
background-color css
<style>
a { background-color: #FDDDFD; }
a { background-color: rgb(253,221,253); }
div.DivClassName
{
background-color: #FDDDFD;
}
.BgClassName
{
background-color: #FDDDFD;
}
</style>
border-color css
<style>
span { border-color: #FDDDFD; }
span { border-color: rgb(253,221,253); }
td.TdClassName
{
border-color: #FDDDFD;
}
.TagClassName
{
border-color: #FDDDFD;
}
</style>