Shades of Selago #FCE3FE
Tints of Selago #FCE3FE
RGB
CMYK
RGB Variations
Color information
#FCE3FE (or 0xFCE3FE) is known color: Selago. HEX triplet: FC, E3 and FE. RGB value is (252,227,254). Sum of RGB (Red+Green+Blue) = 252+227+254=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 227 (89.06% from 255 or 30.97% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3FE is #031C01. Grayscale: #EDEDED. Windows color (decimal): -203778 or 16704508. OLE color: 16704508.
HSL color Cylindrical-coordinate representation of color #FCE3FE: hue angle of 295.56º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE3FE is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 227 | 254 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.00 |
| HSL | 295.56º | 0.93% | 0.94% | - |
| HSV(B) | 295.56º | 0.11% | 1% | - |
| XYZ | 85.5 | 82.79 | 105.24 | - |
| YUV | 237.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 254 | 0.01 | 0.11 | 0 | 0.00 | 295.56 | 0.93 | 0.94 |
| Hex | FC | E3 | FE | 1 | B | 0 | 0 | 128 | 5D | 5E |
| Octal | 374 | 343 | 376 | 1 | 13 | 0 | 0 | 450 | 135 | 136 |
| Binary | 11111100 | 11100011 | 11111110 | 1 | 1011 | 0 | 0 | 100101000 | 1011101 | 1011110 |
Color Harmonies of #FCE3FE
Complementary color
Monochromatic Colors of #FCE3FE
Black with #FCE3FE
Text Example
Text Example
White with #FCE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3FE; }
p { color: rgb(252,227,254); }
H1.HeaderClassName
{
color: #FCE3FE;
}
.AnyTagClassName
{
color: #FCE3FE;
}
</style>
background-color css
<style>
a { background-color: #FCE3FE; }
a { background-color: rgb(252,227,254); }
div.DivClassName
{
background-color: #FCE3FE;
}
.BgClassName
{
background-color: #FCE3FE;
}
</style>
border-color css
<style>
span { border-color: #FCE3FE; }
span { border-color: rgb(252,227,254); }
td.TdClassName
{
border-color: #FCE3FE;
}
.TagClassName
{
border-color: #FCE3FE;
}
</style>