Shades of Selago #FDDCFD
Tints of Selago #FDDCFD
RGB
CMYK
RGB Variations
Color information
#FDDCFD (or 0xFDDCFD) is known color: Selago. HEX triplet: FD, DC and FD. RGB value is (253,220,253). Sum of RGB (Red+Green+Blue) = 253+220+253=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 220 (86.33% from 255 or 30.30% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDDCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCFD is #022302. Grayscale: #E9E9E9. Windows color (decimal): -140035 or 16637181. OLE color: 16637181.
HSL color Cylindrical-coordinate representation of color #FDDCFD: 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 #FDDCFD is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 253 | - |
CMYK | 0 | 0.13 | 0 | 0.01 |
HSL | 300º | 0.89% | 0.93% | - |
HSV(B) | 300º | 0.13% | 0.99% | - |
XYZ | 83.83 | 79.16 | 103.79 | - |
YUV | 233.63 | 138.93 | 141.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 253 | 0 | 0.13 | 0 | 0.01 | 300 | 0.89 | 0.93 |
Hex | FD | DC | FD | 0 | D | 0 | 1 | 12C | 59 | 5D |
Octal | 375 | 334 | 375 | 0 | 15 | 0 | 1 | 454 | 131 | 135 |
Binary | 11111101 | 11011100 | 11111101 | 0 | 1101 | 0 | 1 | 100101100 | 1011001 | 1011101 |
Color Harmonies of #FDDCFD
Complementary color
Monochromatic Colors of #FDDCFD
Black with #FDDCFD
Text Example
Text Example
White with #FDDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCFD; }
p { color: rgb(253,220,253); }
H1.HeaderClassName
{
color: #FDDCFD;
}
.AnyTagClassName
{
color: #FDDCFD;
}
</style>
background-color css
<style>
a { background-color: #FDDCFD; }
a { background-color: rgb(253,220,253); }
div.DivClassName
{
background-color: #FDDCFD;
}
.BgClassName
{
background-color: #FDDCFD;
}
</style>
border-color css
<style>
span { border-color: #FDDCFD; }
span { border-color: rgb(253,220,253); }
td.TdClassName
{
border-color: #FDDCFD;
}
.TagClassName
{
border-color: #FDDCFD;
}
</style>