Shades of Selago #FCDDF9
Tints of Selago #FCDDF9
RGB
CMYK
RGB Variations
Color information
#FCDDF9 (or 0xFCDDF9) is known color: Selago. HEX triplet: FC, DD and F9. RGB value is (252,221,249). Sum of RGB (Red+Green+Blue) = 252+221+249=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 221 (86.72% from 255 or 30.61% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDF9 is #032206. Grayscale: #E9E9E9. Windows color (decimal): -205319 or 16375292. OLE color: 16375292.
HSL color Cylindrical-coordinate representation of color #FCDDF9: hue angle of 305.81º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDF9 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 249 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.01 |
| HSL | 305.81º | 0.84% | 0.93% | - |
| HSV(B) | 305.81º | 0.12% | 0.99% | - |
| XYZ | 83.1 | 79.25 | 100.54 | - |
| YUV | 233.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 249 | 0 | 0.12 | 0.01 | 0.01 | 305.81 | 0.84 | 0.93 |
| Hex | FC | DD | F9 | 0 | C | 1 | 1 | 132 | 54 | 5D |
| Octal | 374 | 335 | 371 | 0 | 14 | 1 | 1 | 462 | 124 | 135 |
| Binary | 11111100 | 11011101 | 11111001 | 0 | 1100 | 1 | 1 | 100110010 | 1010100 | 1011101 |
Color Harmonies of #FCDDF9
Complementary color
Monochromatic Colors of #FCDDF9
Black with #FCDDF9
Text Example
Text Example
White with #FCDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDF9; }
p { color: rgb(252,221,249); }
H1.HeaderClassName
{
color: #FCDDF9;
}
.AnyTagClassName
{
color: #FCDDF9;
}
</style>
background-color css
<style>
a { background-color: #FCDDF9; }
a { background-color: rgb(252,221,249); }
div.DivClassName
{
background-color: #FCDDF9;
}
.BgClassName
{
background-color: #FCDDF9;
}
</style>
border-color css
<style>
span { border-color: #FCDDF9; }
span { border-color: rgb(252,221,249); }
td.TdClassName
{
border-color: #FCDDF9;
}
.TagClassName
{
border-color: #FCDDF9;
}
</style>