Shades of Selago #FCD2FE
Tints of Selago #FCD2FE
RGB
CMYK
RGB Variations
Color information
#FCD2FE (or 0xFCD2FE) is known color: Selago. HEX triplet: FC, D2 and FE. RGB value is (252,210,254). Sum of RGB (Red+Green+Blue) = 252+210+254=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 210 (82.42% from 255 or 29.33% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCD2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD2FE is #032D01. Grayscale: #E3E3E3. Windows color (decimal): -208130 or 16700156. OLE color: 16700156.
HSL color Cylindrical-coordinate representation of color #FCD2FE: hue angle of 297.27º 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 #FCD2FE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 210 | 254 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.00 |
| HSL | 297.27º | 0.96% | 0.91% | - |
| HSV(B) | 297.27º | 0.17% | 1% | - |
| XYZ | 81.08 | 73.94 | 103.77 | - |
| YUV | 227.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 254 | 0.01 | 0.17 | 0 | 0.00 | 297.27 | 0.96 | 0.91 |
| Hex | FC | D2 | FE | 1 | 11 | 0 | 0 | 129 | 60 | 5B |
| Octal | 374 | 322 | 376 | 1 | 21 | 0 | 0 | 451 | 140 | 133 |
| Binary | 11111100 | 11010010 | 11111110 | 1 | 10001 | 0 | 0 | 100101001 | 1100000 | 1011011 |
Color Harmonies of #FCD2FE
Complementary color
Monochromatic Colors of #FCD2FE
Black with #FCD2FE
Text Example
Text Example
White with #FCD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2FE; }
p { color: rgb(252,210,254); }
H1.HeaderClassName
{
color: #FCD2FE;
}
.AnyTagClassName
{
color: #FCD2FE;
}
</style>
background-color css
<style>
a { background-color: #FCD2FE; }
a { background-color: rgb(252,210,254); }
div.DivClassName
{
background-color: #FCD2FE;
}
.BgClassName
{
background-color: #FCD2FE;
}
</style>
border-color css
<style>
span { border-color: #FCD2FE; }
span { border-color: rgb(252,210,254); }
td.TdClassName
{
border-color: #FCD2FE;
}
.TagClassName
{
border-color: #FCD2FE;
}
</style>