Shades of Selago #FCE1F7
Tints of Selago #FCE1F7
RGB
CMYK
RGB Variations
Color information
#FCE1F7 (or 0xFCE1F7) is known color: Selago. HEX triplet: FC, E1 and F7. RGB value is (252,225,247). Sum of RGB (Red+Green+Blue) = 252+225+247=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 225 (88.28% from 255 or 31.08% from 724); Blue value is 247 (96.88% from 255 or 34.12% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1F7 is #031E08. Grayscale: #EBEBEB. Windows color (decimal): -204297 or 16245244. OLE color: 16245244.
HSL color Cylindrical-coordinate representation of color #FCE1F7: hue angle of 311.11º 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 #FCE1F7 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 247 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.01 |
| HSL | 311.11º | 0.82% | 0.94% | - |
| HSV(B) | 311.11º | 0.11% | 0.99% | - |
| XYZ | 83.86 | 81.26 | 99.26 | - |
| YUV | 235.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 247 | 0 | 0.11 | 0.02 | 0.01 | 311.11 | 0.82 | 0.94 |
| Hex | FC | E1 | F7 | 0 | B | 2 | 1 | 137 | 52 | 5E |
| Octal | 374 | 341 | 367 | 0 | 13 | 2 | 1 | 467 | 122 | 136 |
| Binary | 11111100 | 11100001 | 11110111 | 0 | 1011 | 10 | 1 | 100110111 | 1010010 | 1011110 |
Color Harmonies of #FCE1F7
Complementary color
Monochromatic Colors of #FCE1F7
Black with #FCE1F7
Text Example
Text Example
White with #FCE1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1F7; }
p { color: rgb(252,225,247); }
H1.HeaderClassName
{
color: #FCE1F7;
}
.AnyTagClassName
{
color: #FCE1F7;
}
</style>
background-color css
<style>
a { background-color: #FCE1F7; }
a { background-color: rgb(252,225,247); }
div.DivClassName
{
background-color: #FCE1F7;
}
.BgClassName
{
background-color: #FCE1F7;
}
</style>
border-color css
<style>
span { border-color: #FCE1F7; }
span { border-color: rgb(252,225,247); }
td.TdClassName
{
border-color: #FCE1F7;
}
.TagClassName
{
border-color: #FCE1F7;
}
</style>