Shades of Selago #FDDCFC
Tints of Selago #FDDCFC
RGB
CMYK
RGB Variations
Color information
#FDDCFC (or 0xFDDCFC) is known color: Selago. HEX triplet: FD, DC and FC. RGB value is (253,220,252). Sum of RGB (Red+Green+Blue) = 253+220+252=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 220 (86.33% from 255 or 30.34% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCFC is #022303. Grayscale: #E9E9E9. Windows color (decimal): -140036 or 16571645. OLE color: 16571645.
HSL color Cylindrical-coordinate representation of color #FDDCFC: hue angle of 301.82º 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 #FDDCFC is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 252 | - |
CMYK | 0 | 0.13 | 0.00 | 0.01 |
HSL | 301.82º | 0.89% | 0.93% | - |
HSV(B) | 301.82º | 0.13% | 0.99% | - |
XYZ | 83.67 | 79.1 | 102.95 | - |
YUV | 233.52 | 138.43 | 141.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 252 | 0 | 0.13 | 0.00 | 0.01 | 301.82 | 0.89 | 0.93 |
Hex | FD | DC | FC | 0 | D | 0 | 1 | 12E | 59 | 5D |
Octal | 375 | 334 | 374 | 0 | 15 | 0 | 1 | 456 | 131 | 135 |
Binary | 11111101 | 11011100 | 11111100 | 0 | 1101 | 0 | 1 | 100101110 | 1011001 | 1011101 |
Color Harmonies of #FDDCFC
Complementary color
Monochromatic Colors of #FDDCFC
Black with #FDDCFC
Text Example
Text Example
White with #FDDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCFC; }
p { color: rgb(253,220,252); }
H1.HeaderClassName
{
color: #FDDCFC;
}
.AnyTagClassName
{
color: #FDDCFC;
}
</style>
background-color css
<style>
a { background-color: #FDDCFC; }
a { background-color: rgb(253,220,252); }
div.DivClassName
{
background-color: #FDDCFC;
}
.BgClassName
{
background-color: #FDDCFC;
}
</style>
border-color css
<style>
span { border-color: #FDDCFC; }
span { border-color: rgb(253,220,252); }
td.TdClassName
{
border-color: #FDDCFC;
}
.TagClassName
{
border-color: #FDDCFC;
}
</style>