Shades of Selago #FCDCF9
Tints of Selago #FCDCF9
RGB
CMYK
RGB Variations
Color information
#FCDCF9 (or 0xFCDCF9) is known color: Selago. HEX triplet: FC, DC and F9. RGB value is (252,220,249). Sum of RGB (Red+Green+Blue) = 252+220+249=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 220 (86.33% from 255 or 30.51% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCF9 is #032306. Grayscale: #E8E8E8. Windows color (decimal): -205575 or 16375036. OLE color: 16375036.
HSL color Cylindrical-coordinate representation of color #FCDCF9: hue angle of 305.62º degrees, saturation: 0.84, 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 #FCDCF9 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 249 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.01 |
| HSL | 305.63º | 0.84% | 0.93% | - |
| HSV(B) | 305.63º | 0.13% | 0.99% | - |
| XYZ | 82.84 | 78.72 | 100.45 | - |
| YUV | 232.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 249 | 0 | 0.13 | 0.01 | 0.01 | 305.63 | 0.84 | 0.93 |
| Hex | FC | DC | F9 | 0 | D | 1 | 1 | 132 | 54 | 5D |
| Octal | 374 | 334 | 371 | 0 | 15 | 1 | 1 | 462 | 124 | 135 |
| Binary | 11111100 | 11011100 | 11111001 | 0 | 1101 | 1 | 1 | 100110010 | 1010100 | 1011101 |
Color Harmonies of #FCDCF9
Complementary color
Monochromatic Colors of #FCDCF9
Black with #FCDCF9
Text Example
Text Example
White with #FCDCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCF9; }
p { color: rgb(252,220,249); }
H1.HeaderClassName
{
color: #FCDCF9;
}
.AnyTagClassName
{
color: #FCDCF9;
}
</style>
background-color css
<style>
a { background-color: #FCDCF9; }
a { background-color: rgb(252,220,249); }
div.DivClassName
{
background-color: #FCDCF9;
}
.BgClassName
{
background-color: #FCDCF9;
}
</style>
border-color css
<style>
span { border-color: #FCDCF9; }
span { border-color: rgb(252,220,249); }
td.TdClassName
{
border-color: #FCDCF9;
}
.TagClassName
{
border-color: #FCDCF9;
}
</style>