Shades of Selago #FFECFE
Tints of Selago #FFECFE
RGB
CMYK
RGB Variations
Color information
#FFECFE (or 0xFFECFE) is known color: Selago. HEX triplet: FF, EC and FE. RGB value is (255,236,254). Sum of RGB (Red+Green+Blue) = 255+236+254=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 236 (92.58% from 255 or 31.68% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECFE is #001301. Grayscale: #F3F3F3. Windows color (decimal): -4866 or 16706815. OLE color: 16706815.
HSL color Cylindrical-coordinate representation of color #FFECFE: hue angle of 303.16º 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 #FFECFE is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 254 | - |
| CMYK | 0 | 0.07 | 0.00 | 0 |
| HSL | 303.16º | 1% | 0.96% | - |
| HSV(B) | 303.16º | 0.07% | 1% | - |
| XYZ | 89.12 | 88.41 | 106.13 | - |
| YUV | 243.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 254 | 0 | 0.07 | 0.00 | 0 | 303.16 | 1 | 0.96 |
| Hex | FF | EC | FE | 0 | 7 | 0 | 0 | 12F | 64 | 60 |
| Octal | 377 | 354 | 376 | 0 | 7 | 0 | 0 | 457 | 144 | 140 |
| Binary | 11111111 | 11101100 | 11111110 | 0 | 111 | 0 | 0 | 100101111 | 1100100 | 1100000 |
Color Harmonies of #FFECFE
Complementary color
Monochromatic Colors of #FFECFE
Black with #FFECFE
Text Example
Text Example
White with #FFECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECFE; }
p { color: rgb(255,236,254); }
H1.HeaderClassName
{
color: #FFECFE;
}
.AnyTagClassName
{
color: #FFECFE;
}
</style>
background-color css
<style>
a { background-color: #FFECFE; }
a { background-color: rgb(255,236,254); }
div.DivClassName
{
background-color: #FFECFE;
}
.BgClassName
{
background-color: #FFECFE;
}
</style>
border-color css
<style>
span { border-color: #FFECFE; }
span { border-color: rgb(255,236,254); }
td.TdClassName
{
border-color: #FFECFE;
}
.TagClassName
{
border-color: #FFECFE;
}
</style>