Shades of Selago #FCE3FC
Tints of Selago #FCE3FC
RGB
CMYK
RGB Variations
Color information
#FCE3FC (or 0xFCE3FC) is known color: Selago. HEX triplet: FC, E3 and FC. RGB value is (252,227,252). Sum of RGB (Red+Green+Blue) = 252+227+252=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 227 (89.06% from 255 or 31.05% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCE3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3FC is #031C03. Grayscale: #EDEDED. Windows color (decimal): -203780 or 16573436. OLE color: 16573436.
HSL color Cylindrical-coordinate representation of color #FCE3FC: hue angle of 300º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE3FC is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 252 | - |
| CMYK | 0 | 0.10 | 0 | 0.01 |
| HSL | 300º | 0.81% | 0.94% | - |
| HSV(B) | 300º | 0.1% | 0.99% | - |
| XYZ | 85.18 | 82.66 | 103.56 | - |
| YUV | 237.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 252 | 0 | 0.10 | 0 | 0.01 | 300 | 0.81 | 0.94 |
| Hex | FC | E3 | FC | 0 | A | 0 | 1 | 12C | 51 | 5E |
| Octal | 374 | 343 | 374 | 0 | 12 | 0 | 1 | 454 | 121 | 136 |
| Binary | 11111100 | 11100011 | 11111100 | 0 | 1010 | 0 | 1 | 100101100 | 1010001 | 1011110 |
Color Harmonies of #FCE3FC
Complementary color
Monochromatic Colors of #FCE3FC
Black with #FCE3FC
Text Example
Text Example
White with #FCE3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3FC; }
p { color: rgb(252,227,252); }
H1.HeaderClassName
{
color: #FCE3FC;
}
.AnyTagClassName
{
color: #FCE3FC;
}
</style>
background-color css
<style>
a { background-color: #FCE3FC; }
a { background-color: rgb(252,227,252); }
div.DivClassName
{
background-color: #FCE3FC;
}
.BgClassName
{
background-color: #FCE3FC;
}
</style>
border-color css
<style>
span { border-color: #FCE3FC; }
span { border-color: rgb(252,227,252); }
td.TdClassName
{
border-color: #FCE3FC;
}
.TagClassName
{
border-color: #FCE3FC;
}
</style>