Shades of Selago #FCECFE
Tints of Selago #FCECFE
RGB
CMYK
RGB Variations
Color information
#FCECFE (or 0xFCECFE) is known color: Selago. HEX triplet: FC, EC and FE. RGB value is (252,236,254). Sum of RGB (Red+Green+Blue) = 252+236+254=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 236 (92.58% from 255 or 31.81% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECFE is #031301. Grayscale: #F2F2F2. Windows color (decimal): -201474 or 16706812. OLE color: 16706812.
HSL color Cylindrical-coordinate representation of color #FCECFE: hue angle of 293.33º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCECFE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 236 | 254 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.00 |
| HSL | 293.33º | 0.9% | 0.96% | - |
| HSV(B) | 293.33º | 0.07% | 1% | - |
| XYZ | 88.03 | 87.84 | 106.08 | - |
| YUV | 242.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 254 | 0.01 | 0.07 | 0 | 0.00 | 293.33 | 0.9 | 0.96 |
| Hex | FC | EC | FE | 1 | 7 | 0 | 0 | 125 | 5A | 60 |
| Octal | 374 | 354 | 376 | 1 | 7 | 0 | 0 | 445 | 132 | 140 |
| Binary | 11111100 | 11101100 | 11111110 | 1 | 111 | 0 | 0 | 100100101 | 1011010 | 1100000 |
Color Harmonies of #FCECFE
Complementary color
Monochromatic Colors of #FCECFE
Black with #FCECFE
Text Example
Text Example
White with #FCECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECFE; }
p { color: rgb(252,236,254); }
H1.HeaderClassName
{
color: #FCECFE;
}
.AnyTagClassName
{
color: #FCECFE;
}
</style>
background-color css
<style>
a { background-color: #FCECFE; }
a { background-color: rgb(252,236,254); }
div.DivClassName
{
background-color: #FCECFE;
}
.BgClassName
{
background-color: #FCECFE;
}
</style>
border-color css
<style>
span { border-color: #FCECFE; }
span { border-color: rgb(252,236,254); }
td.TdClassName
{
border-color: #FCECFE;
}
.TagClassName
{
border-color: #FCECFE;
}
</style>