Shades of Selago #FCD9FF
Tints of Selago #FCD9FF
RGB
CMYK
RGB Variations
Color information
#FCD9FF (or 0xFCD9FF) is known color: Selago. HEX triplet: FC, D9 and FF. RGB value is (252,217,255). Sum of RGB (Red+Green+Blue) = 252+217+255=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 217 (85.16% from 255 or 29.97% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD9FF is #032600. Grayscale: #E7E7E7. Windows color (decimal): -206337 or 16767484. OLE color: 16767484.
HSL color Cylindrical-coordinate representation of color #FCD9FF: hue angle of 295.26º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD9FF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 217 | 255 | - |
| CMYK | 0.01 | 0.15 | 0 | 0 |
| HSL | 295.26º | 1% | 0.93% | - |
| HSV(B) | 295.26º | 0.15% | 1% | - |
| XYZ | 83.01 | 77.54 | 105.2 | - |
| YUV | 231.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 255 | 0.01 | 0.15 | 0 | 0 | 295.26 | 1 | 0.93 |
| Hex | FC | D9 | FF | 1 | F | 0 | 0 | 127 | 64 | 5D |
| Octal | 374 | 331 | 377 | 1 | 17 | 0 | 0 | 447 | 144 | 135 |
| Binary | 11111100 | 11011001 | 11111111 | 1 | 1111 | 0 | 0 | 100100111 | 1100100 | 1011101 |
Color Harmonies of #FCD9FF
Complementary color
Monochromatic Colors of #FCD9FF
Black with #FCD9FF
Text Example
Text Example
White with #FCD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9FF; }
p { color: rgb(252,217,255); }
H1.HeaderClassName
{
color: #FCD9FF;
}
.AnyTagClassName
{
color: #FCD9FF;
}
</style>
background-color css
<style>
a { background-color: #FCD9FF; }
a { background-color: rgb(252,217,255); }
div.DivClassName
{
background-color: #FCD9FF;
}
.BgClassName
{
background-color: #FCD9FF;
}
</style>
border-color css
<style>
span { border-color: #FCD9FF; }
span { border-color: rgb(252,217,255); }
td.TdClassName
{
border-color: #FCD9FF;
}
.TagClassName
{
border-color: #FCD9FF;
}
</style>