Shades of Selago #FCE0FC
Tints of Selago #FCE0FC
RGB
CMYK
RGB Variations
Color information
#FCE0FC (or 0xFCE0FC) is known color: Selago. HEX triplet: FC, E0 and FC. RGB value is (252,224,252). Sum of RGB (Red+Green+Blue) = 252+224+252=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 224 (87.89% from 255 or 30.77% from 728); Blue value is 252 (98.83% from 255 or 34.62% from 728); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0FC is #031F03. Grayscale: #EBEBEB. Windows color (decimal): -204548 or 16572668. OLE color: 16572668.
HSL color Cylindrical-coordinate representation of color #FCE0FC: hue angle of 300º 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 #FCE0FC is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 252 | - |
| CMYK | 0 | 0.11 | 0 | 0.01 |
| HSL | 300º | 0.82% | 0.93% | - |
| HSV(B) | 300º | 0.11% | 0.99% | - |
| XYZ | 84.37 | 81.04 | 103.29 | - |
| YUV | 235.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 252 | 0 | 0.11 | 0 | 0.01 | 300 | 0.82 | 0.93 |
| Hex | FC | E0 | FC | 0 | B | 0 | 1 | 12C | 52 | 5D |
| Octal | 374 | 340 | 374 | 0 | 13 | 0 | 1 | 454 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11111100 | 0 | 1011 | 0 | 1 | 100101100 | 1010010 | 1011101 |
Color Harmonies of #FCE0FC
Complementary color
Monochromatic Colors of #FCE0FC
Black with #FCE0FC
Text Example
Text Example
White with #FCE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0FC; }
p { color: rgb(252,224,252); }
H1.HeaderClassName
{
color: #FCE0FC;
}
.AnyTagClassName
{
color: #FCE0FC;
}
</style>
background-color css
<style>
a { background-color: #FCE0FC; }
a { background-color: rgb(252,224,252); }
div.DivClassName
{
background-color: #FCE0FC;
}
.BgClassName
{
background-color: #FCE0FC;
}
</style>
border-color css
<style>
span { border-color: #FCE0FC; }
span { border-color: rgb(252,224,252); }
td.TdClassName
{
border-color: #FCE0FC;
}
.TagClassName
{
border-color: #FCE0FC;
}
</style>