Shades of Selago #FCE1FE
Tints of Selago #FCE1FE
RGB
CMYK
RGB Variations
Color information
#FCE1FE (or 0xFCE1FE) is known color: Selago. HEX triplet: FC, E1 and FE. RGB value is (252,225,254). Sum of RGB (Red+Green+Blue) = 252+225+254=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 225 (88.28% from 255 or 30.78% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1FE is #031E01. Grayscale: #ECECEC. Windows color (decimal): -204290 or 16703996. OLE color: 16703996.
HSL color Cylindrical-coordinate representation of color #FCE1FE: hue angle of 295.86º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE1FE is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 225 | 254 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.00 |
| HSL | 295.86º | 0.94% | 0.94% | - |
| HSV(B) | 295.86º | 0.11% | 1% | - |
| XYZ | 84.96 | 81.7 | 105.06 | - |
| YUV | 236.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 254 | 0.01 | 0.11 | 0 | 0.00 | 295.86 | 0.94 | 0.94 |
| Hex | FC | E1 | FE | 1 | B | 0 | 0 | 128 | 5E | 5E |
| Octal | 374 | 341 | 376 | 1 | 13 | 0 | 0 | 450 | 136 | 136 |
| Binary | 11111100 | 11100001 | 11111110 | 1 | 1011 | 0 | 0 | 100101000 | 1011110 | 1011110 |
Color Harmonies of #FCE1FE
Complementary color
Monochromatic Colors of #FCE1FE
Black with #FCE1FE
Text Example
Text Example
White with #FCE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1FE; }
p { color: rgb(252,225,254); }
H1.HeaderClassName
{
color: #FCE1FE;
}
.AnyTagClassName
{
color: #FCE1FE;
}
</style>
background-color css
<style>
a { background-color: #FCE1FE; }
a { background-color: rgb(252,225,254); }
div.DivClassName
{
background-color: #FCE1FE;
}
.BgClassName
{
background-color: #FCE1FE;
}
</style>
border-color css
<style>
span { border-color: #FCE1FE; }
span { border-color: rgb(252,225,254); }
td.TdClassName
{
border-color: #FCE1FE;
}
.TagClassName
{
border-color: #FCE1FE;
}
</style>