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