Shades of Selago #FCE0F7
Tints of Selago #FCE0F7
RGB
CMYK
RGB Variations
Color information
#FCE0F7 (or 0xFCE0F7) is known color: Selago. HEX triplet: FC, E0 and F7. RGB value is (252,224,247). Sum of RGB (Red+Green+Blue) = 252+224+247=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 224 (87.89% from 255 or 30.98% from 723); Blue value is 247 (96.88% from 255 or 34.16% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0F7 is #031F08. Grayscale: #EAEAEA. Windows color (decimal): -204553 or 16244988. OLE color: 16244988.
HSL color Cylindrical-coordinate representation of color #FCE0F7: hue angle of 310.71º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE0F7 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 247 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.01 |
| HSL | 310.71º | 0.82% | 0.93% | - |
| HSV(B) | 310.71º | 0.11% | 0.99% | - |
| XYZ | 83.59 | 80.72 | 99.17 | - |
| YUV | 234.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 247 | 0 | 0.11 | 0.02 | 0.01 | 310.71 | 0.82 | 0.93 |
| Hex | FC | E0 | F7 | 0 | B | 2 | 1 | 137 | 52 | 5D |
| Octal | 374 | 340 | 367 | 0 | 13 | 2 | 1 | 467 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11110111 | 0 | 1011 | 10 | 1 | 100110111 | 1010010 | 1011101 |
Color Harmonies of #FCE0F7
Complementary color
Monochromatic Colors of #FCE0F7
Black with #FCE0F7
Text Example
Text Example
White with #FCE0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0F7; }
p { color: rgb(252,224,247); }
H1.HeaderClassName
{
color: #FCE0F7;
}
.AnyTagClassName
{
color: #FCE0F7;
}
</style>
background-color css
<style>
a { background-color: #FCE0F7; }
a { background-color: rgb(252,224,247); }
div.DivClassName
{
background-color: #FCE0F7;
}
.BgClassName
{
background-color: #FCE0F7;
}
</style>
border-color css
<style>
span { border-color: #FCE0F7; }
span { border-color: rgb(252,224,247); }
td.TdClassName
{
border-color: #FCE0F7;
}
.TagClassName
{
border-color: #FCE0F7;
}
</style>