Shades of Selago #FCE1FA
Tints of Selago #FCE1FA
RGB
CMYK
RGB Variations
Color information
#FCE1FA (or 0xFCE1FA) is known color: Selago. HEX triplet: FC, E1 and FA. RGB value is (252,225,250). Sum of RGB (Red+Green+Blue) = 252+225+250=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 225 (88.28% from 255 or 30.95% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1FA is #031E05. Grayscale: #EBEBEB. Windows color (decimal): -204294 or 16441852. OLE color: 16441852.
HSL color Cylindrical-coordinate representation of color #FCE1FA: hue angle of 304.44º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE1FA is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 250 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.01 |
| HSL | 304.44º | 0.82% | 0.94% | - |
| HSV(B) | 304.44º | 0.11% | 0.99% | - |
| XYZ | 84.33 | 81.45 | 101.72 | - |
| YUV | 235.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 250 | 0 | 0.11 | 0.01 | 0.01 | 304.44 | 0.82 | 0.94 |
| Hex | FC | E1 | FA | 0 | B | 1 | 1 | 130 | 52 | 5E |
| Octal | 374 | 341 | 372 | 0 | 13 | 1 | 1 | 460 | 122 | 136 |
| Binary | 11111100 | 11100001 | 11111010 | 0 | 1011 | 1 | 1 | 100110000 | 1010010 | 1011110 |
Color Harmonies of #FCE1FA
Complementary color
Monochromatic Colors of #FCE1FA
Black with #FCE1FA
Text Example
Text Example
White with #FCE1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1FA; }
p { color: rgb(252,225,250); }
H1.HeaderClassName
{
color: #FCE1FA;
}
.AnyTagClassName
{
color: #FCE1FA;
}
</style>
background-color css
<style>
a { background-color: #FCE1FA; }
a { background-color: rgb(252,225,250); }
div.DivClassName
{
background-color: #FCE1FA;
}
.BgClassName
{
background-color: #FCE1FA;
}
</style>
border-color css
<style>
span { border-color: #FCE1FA; }
span { border-color: rgb(252,225,250); }
td.TdClassName
{
border-color: #FCE1FA;
}
.TagClassName
{
border-color: #FCE1FA;
}
</style>