Shades of Selago #FCE2F7
Tints of Selago #FCE2F7
RGB
CMYK
RGB Variations
Color information
#FCE2F7 (or 0xFCE2F7) is known color: Selago. HEX triplet: FC, E2 and F7. RGB value is (252,226,247). Sum of RGB (Red+Green+Blue) = 252+226+247=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 226 (88.67% from 255 or 31.17% from 725); Blue value is 247 (96.88% from 255 or 34.07% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2F7 is #031D08. Grayscale: #ECECEC. Windows color (decimal): -204041 or 16245500. OLE color: 16245500.
HSL color Cylindrical-coordinate representation of color #FCE2F7: hue angle of 311.54º 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 #FCE2F7 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 247 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.01 |
| HSL | 311.54º | 0.81% | 0.94% | - |
| HSV(B) | 311.54º | 0.1% | 0.99% | - |
| XYZ | 84.13 | 81.8 | 99.35 | - |
| YUV | 236.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 247 | 0 | 0.10 | 0.02 | 0.01 | 311.54 | 0.81 | 0.94 |
| Hex | FC | E2 | F7 | 0 | A | 2 | 1 | 138 | 51 | 5E |
| Octal | 374 | 342 | 367 | 0 | 12 | 2 | 1 | 470 | 121 | 136 |
| Binary | 11111100 | 11100010 | 11110111 | 0 | 1010 | 10 | 1 | 100111000 | 1010001 | 1011110 |
Color Harmonies of #FCE2F7
Complementary color
Monochromatic Colors of #FCE2F7
Black with #FCE2F7
Text Example
Text Example
White with #FCE2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2F7; }
p { color: rgb(252,226,247); }
H1.HeaderClassName
{
color: #FCE2F7;
}
.AnyTagClassName
{
color: #FCE2F7;
}
</style>
background-color css
<style>
a { background-color: #FCE2F7; }
a { background-color: rgb(252,226,247); }
div.DivClassName
{
background-color: #FCE2F7;
}
.BgClassName
{
background-color: #FCE2F7;
}
</style>
border-color css
<style>
span { border-color: #FCE2F7; }
span { border-color: rgb(252,226,247); }
td.TdClassName
{
border-color: #FCE2F7;
}
.TagClassName
{
border-color: #FCE2F7;
}
</style>