Shades of Selago #FCE2FA
Tints of Selago #FCE2FA
RGB
CMYK
RGB Variations
Color information
#FCE2FA (or 0xFCE2FA) is known color: Selago. HEX triplet: FC, E2 and FA. RGB value is (252,226,250). Sum of RGB (Red+Green+Blue) = 252+226+250=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 226 (88.67% from 255 or 31.04% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE2FA is #031D05. Grayscale: #ECECEC. Windows color (decimal): -204038 or 16442108. OLE color: 16442108.
HSL color Cylindrical-coordinate representation of color #FCE2FA: hue angle of 304.62º 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 #FCE2FA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 250 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.01 |
| HSL | 304.62º | 0.81% | 0.94% | - |
| HSV(B) | 304.62º | 0.1% | 0.99% | - |
| XYZ | 84.6 | 81.99 | 101.81 | - |
| YUV | 236.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 250 | 0 | 0.10 | 0.01 | 0.01 | 304.62 | 0.81 | 0.94 |
| Hex | FC | E2 | FA | 0 | A | 1 | 1 | 131 | 51 | 5E |
| Octal | 374 | 342 | 372 | 0 | 12 | 1 | 1 | 461 | 121 | 136 |
| Binary | 11111100 | 11100010 | 11111010 | 0 | 1010 | 1 | 1 | 100110001 | 1010001 | 1011110 |
Color Harmonies of #FCE2FA
Complementary color
Monochromatic Colors of #FCE2FA
Black with #FCE2FA
Text Example
Text Example
White with #FCE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE2FA; }
p { color: rgb(252,226,250); }
H1.HeaderClassName
{
color: #FCE2FA;
}
.AnyTagClassName
{
color: #FCE2FA;
}
</style>
background-color css
<style>
a { background-color: #FCE2FA; }
a { background-color: rgb(252,226,250); }
div.DivClassName
{
background-color: #FCE2FA;
}
.BgClassName
{
background-color: #FCE2FA;
}
</style>
border-color css
<style>
span { border-color: #FCE2FA; }
span { border-color: rgb(252,226,250); }
td.TdClassName
{
border-color: #FCE2FA;
}
.TagClassName
{
border-color: #FCE2FA;
}
</style>