Shades of Selago #FCD8FC
Tints of Selago #FCD8FC
RGB
CMYK
RGB Variations
Color information
#FCD8FC (or 0xFCD8FC) is known color: Selago. HEX triplet: FC, D8 and FC. RGB value is (252,216,252). Sum of RGB (Red+Green+Blue) = 252+216+252=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 216 (84.77% from 255 or 30% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8FC is #032703. Grayscale: #E6E6E6. Windows color (decimal): -206596 or 16570620. OLE color: 16570620.
HSL color Cylindrical-coordinate representation of color #FCD8FC: hue angle of 300º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD8FC is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 252 | - |
| CMYK | 0 | 0.14 | 0 | 0.01 |
| HSL | 300º | 0.86% | 0.92% | - |
| HSV(B) | 300º | 0.14% | 0.99% | - |
| XYZ | 82.27 | 76.84 | 102.59 | - |
| YUV | 230.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 252 | 0 | 0.14 | 0 | 0.01 | 300 | 0.86 | 0.92 |
| Hex | FC | D8 | FC | 0 | E | 0 | 1 | 12C | 56 | 5C |
| Octal | 374 | 330 | 374 | 0 | 16 | 0 | 1 | 454 | 126 | 134 |
| Binary | 11111100 | 11011000 | 11111100 | 0 | 1110 | 0 | 1 | 100101100 | 1010110 | 1011100 |
Color Harmonies of #FCD8FC
Complementary color
Monochromatic Colors of #FCD8FC
Black with #FCD8FC
Text Example
Text Example
White with #FCD8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8FC; }
p { color: rgb(252,216,252); }
H1.HeaderClassName
{
color: #FCD8FC;
}
.AnyTagClassName
{
color: #FCD8FC;
}
</style>
background-color css
<style>
a { background-color: #FCD8FC; }
a { background-color: rgb(252,216,252); }
div.DivClassName
{
background-color: #FCD8FC;
}
.BgClassName
{
background-color: #FCD8FC;
}
</style>
border-color css
<style>
span { border-color: #FCD8FC; }
span { border-color: rgb(252,216,252); }
td.TdClassName
{
border-color: #FCD8FC;
}
.TagClassName
{
border-color: #FCD8FC;
}
</style>