Shades of Selago #FCE3F9
Tints of Selago #FCE3F9
RGB
CMYK
RGB Variations
Color information
#FCE3F9 (or 0xFCE3F9) is known color: Selago. HEX triplet: FC, E3 and F9. RGB value is (252,227,249). Sum of RGB (Red+Green+Blue) = 252+227+249=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 227 (89.06% from 255 or 31.18% from 728); Blue value is 249 (97.66% from 255 or 34.20% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3F9 is #031C06. Grayscale: #ECECEC. Windows color (decimal): -203783 or 16376828. OLE color: 16376828.
HSL color Cylindrical-coordinate representation of color #FCE3F9: hue angle of 307.2º 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 #FCE3F9 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 249 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.01 |
| HSL | 307.2º | 0.81% | 0.94% | - |
| HSV(B) | 307.2º | 0.1% | 0.99% | - |
| XYZ | 84.71 | 82.47 | 101.08 | - |
| YUV | 236.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 249 | 0 | 0.10 | 0.01 | 0.01 | 307.2 | 0.81 | 0.94 |
| Hex | FC | E3 | F9 | 0 | A | 1 | 1 | 133 | 51 | 5E |
| Octal | 374 | 343 | 371 | 0 | 12 | 1 | 1 | 463 | 121 | 136 |
| Binary | 11111100 | 11100011 | 11111001 | 0 | 1010 | 1 | 1 | 100110011 | 1010001 | 1011110 |
Color Harmonies of #FCE3F9
Complementary color
Monochromatic Colors of #FCE3F9
Black with #FCE3F9
Text Example
Text Example
White with #FCE3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3F9; }
p { color: rgb(252,227,249); }
H1.HeaderClassName
{
color: #FCE3F9;
}
.AnyTagClassName
{
color: #FCE3F9;
}
</style>
background-color css
<style>
a { background-color: #FCE3F9; }
a { background-color: rgb(252,227,249); }
div.DivClassName
{
background-color: #FCE3F9;
}
.BgClassName
{
background-color: #FCE3F9;
}
</style>
border-color css
<style>
span { border-color: #FCE3F9; }
span { border-color: rgb(252,227,249); }
td.TdClassName
{
border-color: #FCE3F9;
}
.TagClassName
{
border-color: #FCE3F9;
}
</style>