Shades of Selago #FCECFF
Tints of Selago #FCECFF
RGB
CMYK
RGB Variations
Color information
#FCECFF (or 0xFCECFF) is known color: Selago. HEX triplet: FC, EC and FF. RGB value is (252,236,255). Sum of RGB (Red+Green+Blue) = 252+236+255=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 236 (92.58% from 255 or 31.76% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECFF is #031300. Grayscale: #F2F2F2. Windows color (decimal): -201473 or 16772348. OLE color: 16772348.
HSL color Cylindrical-coordinate representation of color #FCECFF: hue angle of 290.53º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCECFF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 236 | 255 | - |
| CMYK | 0.01 | 0.07 | 0 | 0 |
| HSL | 290.53º | 1% | 0.96% | - |
| HSV(B) | 290.53º | 0.07% | 1% | - |
| XYZ | 88.19 | 87.91 | 106.93 | - |
| YUV | 242.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 255 | 0.01 | 0.07 | 0 | 0 | 290.53 | 1 | 0.96 |
| Hex | FC | EC | FF | 1 | 7 | 0 | 0 | 123 | 64 | 60 |
| Octal | 374 | 354 | 377 | 1 | 7 | 0 | 0 | 443 | 144 | 140 |
| Binary | 11111100 | 11101100 | 11111111 | 1 | 111 | 0 | 0 | 100100011 | 1100100 | 1100000 |
Color Harmonies of #FCECFF
Complementary color
Monochromatic Colors of #FCECFF
Black with #FCECFF
Text Example
Text Example
White with #FCECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECFF; }
p { color: rgb(252,236,255); }
H1.HeaderClassName
{
color: #FCECFF;
}
.AnyTagClassName
{
color: #FCECFF;
}
</style>
background-color css
<style>
a { background-color: #FCECFF; }
a { background-color: rgb(252,236,255); }
div.DivClassName
{
background-color: #FCECFF;
}
.BgClassName
{
background-color: #FCECFF;
}
</style>
border-color css
<style>
span { border-color: #FCECFF; }
span { border-color: rgb(252,236,255); }
td.TdClassName
{
border-color: #FCECFF;
}
.TagClassName
{
border-color: #FCECFF;
}
</style>