Shades of Selago #FDDDFC
Tints of Selago #FDDDFC
RGB
CMYK
RGB Variations
Color information
#FDDDFC (or 0xFDDDFC) is known color: Selago. HEX triplet: FD, DD and FC. RGB value is (253,221,252). Sum of RGB (Red+Green+Blue) = 253+221+252=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 221 (86.72% from 255 or 30.44% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDFC is #022203. Grayscale: #EAEAEA. Windows color (decimal): -139780 or 16571901. OLE color: 16571901.
HSL color Cylindrical-coordinate representation of color #FDDDFC: hue angle of 301.88º 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 #FDDDFC is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 252 | - |
CMYK | 0 | 0.13 | 0.00 | 0.01 |
HSL | 301.88º | 0.89% | 0.93% | - |
HSV(B) | 301.88º | 0.13% | 0.99% | - |
XYZ | 83.94 | 79.62 | 103.04 | - |
YUV | 234.1 | 138.1 | 141.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 252 | 0 | 0.13 | 0.00 | 0.01 | 301.88 | 0.89 | 0.93 |
Hex | FD | DD | FC | 0 | D | 0 | 1 | 12E | 59 | 5D |
Octal | 375 | 335 | 374 | 0 | 15 | 0 | 1 | 456 | 131 | 135 |
Binary | 11111101 | 11011101 | 11111100 | 0 | 1101 | 0 | 1 | 100101110 | 1011001 | 1011101 |
Color Harmonies of #FDDDFC
Complementary color
Monochromatic Colors of #FDDDFC
Black with #FDDDFC
Text Example
Text Example
White with #FDDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDFC; }
p { color: rgb(253,221,252); }
H1.HeaderClassName
{
color: #FDDDFC;
}
.AnyTagClassName
{
color: #FDDDFC;
}
</style>
background-color css
<style>
a { background-color: #FDDDFC; }
a { background-color: rgb(253,221,252); }
div.DivClassName
{
background-color: #FDDDFC;
}
.BgClassName
{
background-color: #FDDDFC;
}
</style>
border-color css
<style>
span { border-color: #FDDDFC; }
span { border-color: rgb(253,221,252); }
td.TdClassName
{
border-color: #FDDDFC;
}
.TagClassName
{
border-color: #FDDDFC;
}
</style>