Shades of Selago #FCD5FF
Tints of Selago #FCD5FF
RGB
CMYK
RGB Variations
Color information
#FCD5FF (or 0xFCD5FF) is known color: Selago. HEX triplet: FC, D5 and FF. RGB value is (252,213,255). Sum of RGB (Red+Green+Blue) = 252+213+255=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 213 (83.59% from 255 or 29.58% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD5FF is #032A00. Grayscale: #E5E5E5. Windows color (decimal): -207361 or 16766460. OLE color: 16766460.
HSL color Cylindrical-coordinate representation of color #FCD5FF: hue angle of 295.71º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCD5FF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 213 | 255 | - |
| CMYK | 0.01 | 0.16 | 0 | 0 |
| HSL | 295.71º | 1% | 0.92% | - |
| HSV(B) | 295.71º | 0.16% | 1% | - |
| XYZ | 81.99 | 75.5 | 104.86 | - |
| YUV | 229.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 255 | 0.01 | 0.16 | 0 | 0 | 295.71 | 1 | 0.92 |
| Hex | FC | D5 | FF | 1 | 10 | 0 | 0 | 128 | 64 | 5C |
| Octal | 374 | 325 | 377 | 1 | 20 | 0 | 0 | 450 | 144 | 134 |
| Binary | 11111100 | 11010101 | 11111111 | 1 | 10000 | 0 | 0 | 100101000 | 1100100 | 1011100 |
Color Harmonies of #FCD5FF
Complementary color
Monochromatic Colors of #FCD5FF
Black with #FCD5FF
Text Example
Text Example
White with #FCD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5FF; }
p { color: rgb(252,213,255); }
H1.HeaderClassName
{
color: #FCD5FF;
}
.AnyTagClassName
{
color: #FCD5FF;
}
</style>
background-color css
<style>
a { background-color: #FCD5FF; }
a { background-color: rgb(252,213,255); }
div.DivClassName
{
background-color: #FCD5FF;
}
.BgClassName
{
background-color: #FCD5FF;
}
</style>
border-color css
<style>
span { border-color: #FCD5FF; }
span { border-color: rgb(252,213,255); }
td.TdClassName
{
border-color: #FCD5FF;
}
.TagClassName
{
border-color: #FCD5FF;
}
</style>