Shades of Selago #FCE2FC
Tints of Selago #FCE2FC
RGB
CMYK
RGB Variations
Color information
#FCE2FC (or 0xFCE2FC) is known color: Selago. HEX triplet: FC, E2 and FC. RGB value is (252,226,252). Sum of RGB (Red+Green+Blue) = 252+226+252=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 226 (88.67% from 255 or 30.96% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCE2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2FC is #031D03. Grayscale: #ECECEC. Windows color (decimal): -204036 or 16573180. OLE color: 16573180.
HSL color Cylindrical-coordinate representation of color #FCE2FC: 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 #FCE2FC is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 252 | - |
| CMYK | 0 | 0.10 | 0 | 0.01 |
| HSL | 300º | 0.81% | 0.94% | - |
| HSV(B) | 300º | 0.1% | 0.99% | - |
| XYZ | 84.91 | 82.12 | 103.47 | - |
| YUV | 236.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 252 | 0 | 0.10 | 0 | 0.01 | 300 | 0.81 | 0.94 |
| Hex | FC | E2 | FC | 0 | A | 0 | 1 | 12C | 51 | 5E |
| Octal | 374 | 342 | 374 | 0 | 12 | 0 | 1 | 454 | 121 | 136 |
| Binary | 11111100 | 11100010 | 11111100 | 0 | 1010 | 0 | 1 | 100101100 | 1010001 | 1011110 |
Color Harmonies of #FCE2FC
Complementary color
Monochromatic Colors of #FCE2FC
Black with #FCE2FC
Text Example
Text Example
White with #FCE2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2FC; }
p { color: rgb(252,226,252); }
H1.HeaderClassName
{
color: #FCE2FC;
}
.AnyTagClassName
{
color: #FCE2FC;
}
</style>
background-color css
<style>
a { background-color: #FCE2FC; }
a { background-color: rgb(252,226,252); }
div.DivClassName
{
background-color: #FCE2FC;
}
.BgClassName
{
background-color: #FCE2FC;
}
</style>
border-color css
<style>
span { border-color: #FCE2FC; }
span { border-color: rgb(252,226,252); }
td.TdClassName
{
border-color: #FCE2FC;
}
.TagClassName
{
border-color: #FCE2FC;
}
</style>