Shades of Selago #FCD8FD
Tints of Selago #FCD8FD
RGB
CMYK
RGB Variations
Color information
#FCD8FD (or 0xFCD8FD) is known color: Selago. HEX triplet: FC, D8 and FD. RGB value is (252,216,253). Sum of RGB (Red+Green+Blue) = 252+216+253=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 216 (84.77% from 255 or 29.96% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCD8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8FD is #032702. Grayscale: #E6E6E6. Windows color (decimal): -206595 or 16636156. OLE color: 16636156.
HSL color Cylindrical-coordinate representation of color #FCD8FD: hue angle of 298.38º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD8FD is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 253 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.01 |
| HSL | 298.38º | 0.9% | 0.92% | - |
| HSV(B) | 298.38º | 0.15% | 0.99% | - |
| XYZ | 82.43 | 76.9 | 103.43 | - |
| YUV | 230.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 253 | 0.00 | 0.15 | 0 | 0.01 | 298.38 | 0.9 | 0.92 |
| Hex | FC | D8 | FD | 0 | F | 0 | 1 | 12A | 5A | 5C |
| Octal | 374 | 330 | 375 | 0 | 17 | 0 | 1 | 452 | 132 | 134 |
| Binary | 11111100 | 11011000 | 11111101 | 0 | 1111 | 0 | 1 | 100101010 | 1011010 | 1011100 |
Color Harmonies of #FCD8FD
Complementary color
Monochromatic Colors of #FCD8FD
Black with #FCD8FD
Text Example
Text Example
White with #FCD8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8FD; }
p { color: rgb(252,216,253); }
H1.HeaderClassName
{
color: #FCD8FD;
}
.AnyTagClassName
{
color: #FCD8FD;
}
</style>
background-color css
<style>
a { background-color: #FCD8FD; }
a { background-color: rgb(252,216,253); }
div.DivClassName
{
background-color: #FCD8FD;
}
.BgClassName
{
background-color: #FCD8FD;
}
</style>
border-color css
<style>
span { border-color: #FCD8FD; }
span { border-color: rgb(252,216,253); }
td.TdClassName
{
border-color: #FCD8FD;
}
.TagClassName
{
border-color: #FCD8FD;
}
</style>