Shades of Selago #FCD3FF
Tints of Selago #FCD3FF
RGB
CMYK
RGB Variations
Color information
#FCD3FF (or 0xFCD3FF) is known color: Selago. HEX triplet: FC, D3 and FF. RGB value is (252,211,255). Sum of RGB (Red+Green+Blue) = 252+211+255=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 211 (82.81% from 255 or 29.39% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD3FF is #032C00. Grayscale: #E4E4E4. Windows color (decimal): -207873 or 16765948. OLE color: 16765948.
HSL color Cylindrical-coordinate representation of color #FCD3FF: hue angle of 295.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD3FF is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 211 | 255 | - |
| CMYK | 0.01 | 0.17 | 0 | 0 |
| HSL | 295.91º | 1% | 0.91% | - |
| HSV(B) | 295.91º | 0.17% | 1% | - |
| XYZ | 81.49 | 74.5 | 104.69 | - |
| YUV | 228.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 255 | 0.01 | 0.17 | 0 | 0 | 295.91 | 1 | 0.91 |
| Hex | FC | D3 | FF | 1 | 11 | 0 | 0 | 128 | 64 | 5B |
| Octal | 374 | 323 | 377 | 1 | 21 | 0 | 0 | 450 | 144 | 133 |
| Binary | 11111100 | 11010011 | 11111111 | 1 | 10001 | 0 | 0 | 100101000 | 1100100 | 1011011 |
Color Harmonies of #FCD3FF
Complementary color
Monochromatic Colors of #FCD3FF
Black with #FCD3FF
Text Example
Text Example
White with #FCD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3FF; }
p { color: rgb(252,211,255); }
H1.HeaderClassName
{
color: #FCD3FF;
}
.AnyTagClassName
{
color: #FCD3FF;
}
</style>
background-color css
<style>
a { background-color: #FCD3FF; }
a { background-color: rgb(252,211,255); }
div.DivClassName
{
background-color: #FCD3FF;
}
.BgClassName
{
background-color: #FCD3FF;
}
</style>
border-color css
<style>
span { border-color: #FCD3FF; }
span { border-color: rgb(252,211,255); }
td.TdClassName
{
border-color: #FCD3FF;
}
.TagClassName
{
border-color: #FCD3FF;
}
</style>