Shades of Selago #FCE0FA
Tints of Selago #FCE0FA
RGB
CMYK
RGB Variations
Color information
#FCE0FA (or 0xFCE0FA) is known color: Selago. HEX triplet: FC, E0 and FA. RGB value is (252,224,250). Sum of RGB (Red+Green+Blue) = 252+224+250=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 224 (87.89% from 255 or 30.85% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0FA is #031F05. Grayscale: #EBEBEB. Windows color (decimal): -204550 or 16441596. OLE color: 16441596.
HSL color Cylindrical-coordinate representation of color #FCE0FA: hue angle of 304.29º 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 #FCE0FA is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 250 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.01 |
| HSL | 304.29º | 0.82% | 0.93% | - |
| HSV(B) | 304.29º | 0.11% | 0.99% | - |
| XYZ | 84.06 | 80.91 | 101.63 | - |
| YUV | 235.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 250 | 0 | 0.11 | 0.01 | 0.01 | 304.29 | 0.82 | 0.93 |
| Hex | FC | E0 | FA | 0 | B | 1 | 1 | 130 | 52 | 5D |
| Octal | 374 | 340 | 372 | 0 | 13 | 1 | 1 | 460 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11111010 | 0 | 1011 | 1 | 1 | 100110000 | 1010010 | 1011101 |
Color Harmonies of #FCE0FA
Complementary color
Monochromatic Colors of #FCE0FA
Black with #FCE0FA
Text Example
Text Example
White with #FCE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0FA; }
p { color: rgb(252,224,250); }
H1.HeaderClassName
{
color: #FCE0FA;
}
.AnyTagClassName
{
color: #FCE0FA;
}
</style>
background-color css
<style>
a { background-color: #FCE0FA; }
a { background-color: rgb(252,224,250); }
div.DivClassName
{
background-color: #FCE0FA;
}
.BgClassName
{
background-color: #FCE0FA;
}
</style>
border-color css
<style>
span { border-color: #FCE0FA; }
span { border-color: rgb(252,224,250); }
td.TdClassName
{
border-color: #FCE0FA;
}
.TagClassName
{
border-color: #FCE0FA;
}
</style>