Shades of Selago #FCE2F8
Tints of Selago #FCE2F8
RGB
CMYK
RGB Variations
Color information
#FCE2F8 (or 0xFCE2F8) is known color: Selago. HEX triplet: FC, E2 and F8. RGB value is (252,226,248). Sum of RGB (Red+Green+Blue) = 252+226+248=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 226 (88.67% from 255 or 31.13% from 726); Blue value is 248 (97.27% from 255 or 34.16% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2F8 is #031D07. Grayscale: #ECECEC. Windows color (decimal): -204040 or 16311036. OLE color: 16311036.
HSL color Cylindrical-coordinate representation of color #FCE2F8: hue angle of 309.23º 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 #FCE2F8 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 248 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.01 |
| HSL | 309.23º | 0.81% | 0.94% | - |
| HSV(B) | 309.23º | 0.1% | 0.99% | - |
| XYZ | 84.28 | 81.87 | 100.17 | - |
| YUV | 236.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 248 | 0 | 0.10 | 0.02 | 0.01 | 309.23 | 0.81 | 0.94 |
| Hex | FC | E2 | F8 | 0 | A | 2 | 1 | 135 | 51 | 5E |
| Octal | 374 | 342 | 370 | 0 | 12 | 2 | 1 | 465 | 121 | 136 |
| Binary | 11111100 | 11100010 | 11111000 | 0 | 1010 | 10 | 1 | 100110101 | 1010001 | 1011110 |
Color Harmonies of #FCE2F8
Complementary color
Monochromatic Colors of #FCE2F8
Black with #FCE2F8
Text Example
Text Example
White with #FCE2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2F8; }
p { color: rgb(252,226,248); }
H1.HeaderClassName
{
color: #FCE2F8;
}
.AnyTagClassName
{
color: #FCE2F8;
}
</style>
background-color css
<style>
a { background-color: #FCE2F8; }
a { background-color: rgb(252,226,248); }
div.DivClassName
{
background-color: #FCE2F8;
}
.BgClassName
{
background-color: #FCE2F8;
}
</style>
border-color css
<style>
span { border-color: #FCE2F8; }
span { border-color: rgb(252,226,248); }
td.TdClassName
{
border-color: #FCE2F8;
}
.TagClassName
{
border-color: #FCE2F8;
}
</style>