Shades of Selago #FCD6FE
Tints of Selago #FCD6FE
RGB
CMYK
RGB Variations
Color information
#FCD6FE (or 0xFCD6FE) is known color: Selago. HEX triplet: FC, D6 and FE. RGB value is (252,214,254). Sum of RGB (Red+Green+Blue) = 252+214+254=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 214 (83.98% from 255 or 29.72% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCD6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6FE is #032901. Grayscale: #E5E5E5. Windows color (decimal): -207106 or 16701180. OLE color: 16701180.
HSL color Cylindrical-coordinate representation of color #FCD6FE: hue angle of 297º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCD6FE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 214 | 254 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.00 |
| HSL | 297º | 0.95% | 0.92% | - |
| HSV(B) | 297º | 0.16% | 1% | - |
| XYZ | 82.08 | 75.94 | 104.1 | - |
| YUV | 229.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 254 | 0.01 | 0.16 | 0 | 0.00 | 297 | 0.95 | 0.92 |
| Hex | FC | D6 | FE | 1 | 10 | 0 | 0 | 129 | 5F | 5C |
| Octal | 374 | 326 | 376 | 1 | 20 | 0 | 0 | 451 | 137 | 134 |
| Binary | 11111100 | 11010110 | 11111110 | 1 | 10000 | 0 | 0 | 100101001 | 1011111 | 1011100 |
Color Harmonies of #FCD6FE
Complementary color
Monochromatic Colors of #FCD6FE
Black with #FCD6FE
Text Example
Text Example
White with #FCD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6FE; }
p { color: rgb(252,214,254); }
H1.HeaderClassName
{
color: #FCD6FE;
}
.AnyTagClassName
{
color: #FCD6FE;
}
</style>
background-color css
<style>
a { background-color: #FCD6FE; }
a { background-color: rgb(252,214,254); }
div.DivClassName
{
background-color: #FCD6FE;
}
.BgClassName
{
background-color: #FCD6FE;
}
</style>
border-color css
<style>
span { border-color: #FCD6FE; }
span { border-color: rgb(252,214,254); }
td.TdClassName
{
border-color: #FCD6FE;
}
.TagClassName
{
border-color: #FCD6FE;
}
</style>