Shades of Selago #FCE8FE
Tints of Selago #FCE8FE
RGB
CMYK
RGB Variations
Color information
#FCE8FE (or 0xFCE8FE) is known color: Selago. HEX triplet: FC, E8 and FE. RGB value is (252,232,254). Sum of RGB (Red+Green+Blue) = 252+232+254=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 232 (91.02% from 255 or 31.44% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8FE is #031701. Grayscale: #F0F0F0. Windows color (decimal): -202498 or 16705788. OLE color: 16705788.
HSL color Cylindrical-coordinate representation of color #FCE8FE: hue angle of 294.55º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE8FE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 232 | 254 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.00 |
| HSL | 294.55º | 0.92% | 0.95% | - |
| HSV(B) | 294.55º | 0.09% | 1% | - |
| XYZ | 86.89 | 85.56 | 105.7 | - |
| YUV | 240.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 254 | 0.01 | 0.09 | 0 | 0.00 | 294.55 | 0.92 | 0.95 |
| Hex | FC | E8 | FE | 1 | 9 | 0 | 0 | 127 | 5C | 5F |
| Octal | 374 | 350 | 376 | 1 | 11 | 0 | 0 | 447 | 134 | 137 |
| Binary | 11111100 | 11101000 | 11111110 | 1 | 1001 | 0 | 0 | 100100111 | 1011100 | 1011111 |
Color Harmonies of #FCE8FE
Complementary color
Monochromatic Colors of #FCE8FE
Black with #FCE8FE
Text Example
Text Example
White with #FCE8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8FE; }
p { color: rgb(252,232,254); }
H1.HeaderClassName
{
color: #FCE8FE;
}
.AnyTagClassName
{
color: #FCE8FE;
}
</style>
background-color css
<style>
a { background-color: #FCE8FE; }
a { background-color: rgb(252,232,254); }
div.DivClassName
{
background-color: #FCE8FE;
}
.BgClassName
{
background-color: #FCE8FE;
}
</style>
border-color css
<style>
span { border-color: #FCE8FE; }
span { border-color: rgb(252,232,254); }
td.TdClassName
{
border-color: #FCE8FE;
}
.TagClassName
{
border-color: #FCE8FE;
}
</style>