Shades of Selago #FCD3FE
Tints of Selago #FCD3FE
RGB
CMYK
RGB Variations
Color information
#FCD3FE (or 0xFCD3FE) is known color: Selago. HEX triplet: FC, D3 and FE. RGB value is (252,211,254). Sum of RGB (Red+Green+Blue) = 252+211+254=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 211 (82.81% from 255 or 29.43% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCD3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD3FE is #032C01. Grayscale: #E4E4E4. Windows color (decimal): -207874 or 16700412. OLE color: 16700412.
HSL color Cylindrical-coordinate representation of color #FCD3FE: hue angle of 297.21º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD3FE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 211 | 254 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.00 |
| HSL | 297.21º | 0.96% | 0.91% | - |
| HSV(B) | 297.21º | 0.17% | 1% | - |
| XYZ | 81.33 | 74.44 | 103.85 | - |
| YUV | 228.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 254 | 0.01 | 0.17 | 0 | 0.00 | 297.21 | 0.96 | 0.91 |
| Hex | FC | D3 | FE | 1 | 11 | 0 | 0 | 129 | 60 | 5B |
| Octal | 374 | 323 | 376 | 1 | 21 | 0 | 0 | 451 | 140 | 133 |
| Binary | 11111100 | 11010011 | 11111110 | 1 | 10001 | 0 | 0 | 100101001 | 1100000 | 1011011 |
Color Harmonies of #FCD3FE
Complementary color
Monochromatic Colors of #FCD3FE
Black with #FCD3FE
Text Example
Text Example
White with #FCD3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD3FE; }
p { color: rgb(252,211,254); }
H1.HeaderClassName
{
color: #FCD3FE;
}
.AnyTagClassName
{
color: #FCD3FE;
}
</style>
background-color css
<style>
a { background-color: #FCD3FE; }
a { background-color: rgb(252,211,254); }
div.DivClassName
{
background-color: #FCD3FE;
}
.BgClassName
{
background-color: #FCD3FE;
}
</style>
border-color css
<style>
span { border-color: #FCD3FE; }
span { border-color: rgb(252,211,254); }
td.TdClassName
{
border-color: #FCD3FE;
}
.TagClassName
{
border-color: #FCD3FE;
}
</style>