Shades of Selago #FCD6FC
Tints of Selago #FCD6FC
RGB
CMYK
RGB Variations
Color information
#FCD6FC (or 0xFCD6FC) is known color: Selago. HEX triplet: FC, D6 and FC. RGB value is (252,214,252). Sum of RGB (Red+Green+Blue) = 252+214+252=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 214 (83.98% from 255 or 29.81% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6FC is #032903. Grayscale: #E5E5E5. Windows color (decimal): -207108 or 16570108. OLE color: 16570108.
HSL color Cylindrical-coordinate representation of color #FCD6FC: hue angle of 300º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD6FC is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 252 | - |
| CMYK | 0 | 0.15 | 0 | 0.01 |
| HSL | 300º | 0.86% | 0.91% | - |
| HSV(B) | 300º | 0.15% | 0.99% | - |
| XYZ | 81.76 | 75.82 | 102.42 | - |
| YUV | 229.69 | 140.59 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 252 | 0 | 0.15 | 0 | 0.01 | 300 | 0.86 | 0.91 |
| Hex | FC | D6 | FC | 0 | F | 0 | 1 | 12C | 56 | 5B |
| Octal | 374 | 326 | 374 | 0 | 17 | 0 | 1 | 454 | 126 | 133 |
| Binary | 11111100 | 11010110 | 11111100 | 0 | 1111 | 0 | 1 | 100101100 | 1010110 | 1011011 |
Color Harmonies of #FCD6FC
Complementary color
Monochromatic Colors of #FCD6FC
Black with #FCD6FC
Text Example
Text Example
White with #FCD6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6FC; }
p { color: rgb(252,214,252); }
H1.HeaderClassName
{
color: #FCD6FC;
}
.AnyTagClassName
{
color: #FCD6FC;
}
</style>
background-color css
<style>
a { background-color: #FCD6FC; }
a { background-color: rgb(252,214,252); }
div.DivClassName
{
background-color: #FCD6FC;
}
.BgClassName
{
background-color: #FCD6FC;
}
</style>
border-color css
<style>
span { border-color: #FCD6FC; }
span { border-color: rgb(252,214,252); }
td.TdClassName
{
border-color: #FCD6FC;
}
.TagClassName
{
border-color: #FCD6FC;
}
</style>