Shades of Selago #FCE0FE
Tints of Selago #FCE0FE
RGB
CMYK
RGB Variations
Color information
#FCE0FE (or 0xFCE0FE) is known color: Selago. HEX triplet: FC, E0 and FE. RGB value is (252,224,254). Sum of RGB (Red+Green+Blue) = 252+224+254=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 224 (87.89% from 255 or 30.68% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0FE is #031F01. Grayscale: #EBEBEB. Windows color (decimal): -204546 or 16703740. OLE color: 16703740.
HSL color Cylindrical-coordinate representation of color #FCE0FE: hue angle of 296º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCE0FE is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 224 | 254 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.00 |
| HSL | 296º | 0.94% | 0.94% | - |
| HSV(B) | 296º | 0.12% | 1% | - |
| XYZ | 84.69 | 81.16 | 104.97 | - |
| YUV | 235.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 254 | 0.01 | 0.12 | 0 | 0.00 | 296 | 0.94 | 0.94 |
| Hex | FC | E0 | FE | 1 | C | 0 | 0 | 128 | 5E | 5E |
| Octal | 374 | 340 | 376 | 1 | 14 | 0 | 0 | 450 | 136 | 136 |
| Binary | 11111100 | 11100000 | 11111110 | 1 | 1100 | 0 | 0 | 100101000 | 1011110 | 1011110 |
Color Harmonies of #FCE0FE
Complementary color
Monochromatic Colors of #FCE0FE
Black with #FCE0FE
Text Example
Text Example
White with #FCE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0FE; }
p { color: rgb(252,224,254); }
H1.HeaderClassName
{
color: #FCE0FE;
}
.AnyTagClassName
{
color: #FCE0FE;
}
</style>
background-color css
<style>
a { background-color: #FCE0FE; }
a { background-color: rgb(252,224,254); }
div.DivClassName
{
background-color: #FCE0FE;
}
.BgClassName
{
background-color: #FCE0FE;
}
</style>
border-color css
<style>
span { border-color: #FCE0FE; }
span { border-color: rgb(252,224,254); }
td.TdClassName
{
border-color: #FCE0FE;
}
.TagClassName
{
border-color: #FCE0FE;
}
</style>