Shades of Rose White #FFECE6
Tints of Rose White #FFECE6
RGB
CMYK
RGB Variations
Color information
#FFECE6 (or 0xFFECE6) is known color: Rose White. HEX triplet: FF, EC and E6. RGB value is (255,236,230). Sum of RGB (Red+Green+Blue) = 255+236+230=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 236 (92.58% from 255 or 32.73% from 721); Blue value is 230 (90.23% from 255 or 31.90% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFECE6 is #001319. Grayscale: #F1F1F1. Windows color (decimal): -4890 or 15133951. OLE color: 15133951.
HSL color Cylindrical-coordinate representation of color #FFECE6: hue angle of 14.4º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFECE6 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 230 | - |
| CMYK | 0 | 0.07 | 0.10 | 0 |
| HSL | 14.4º | 1% | 0.95% | - |
| HSV(B) | 14.4º | 0.1% | 1% | - |
| XYZ | 85.52 | 86.96 | 87.14 | - |
| YUV | 241 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 230 | 0 | 0.07 | 0.10 | 0 | 14.4 | 1 | 0.95 |
| Hex | FF | EC | E6 | 0 | 7 | A | 0 | E | 64 | 5F |
| Octal | 377 | 354 | 346 | 0 | 7 | 12 | 0 | 16 | 144 | 137 |
| Binary | 11111111 | 11101100 | 11100110 | 0 | 111 | 1010 | 0 | 1110 | 1100100 | 1011111 |
Color Harmonies of #FFECE6
Complementary color
Monochromatic Colors of #FFECE6
Black with #FFECE6
Text Example
Text Example
White with #FFECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECE6; }
p { color: rgb(255,236,230); }
H1.HeaderClassName
{
color: #FFECE6;
}
.AnyTagClassName
{
color: #FFECE6;
}
</style>
background-color css
<style>
a { background-color: #FFECE6; }
a { background-color: rgb(255,236,230); }
div.DivClassName
{
background-color: #FFECE6;
}
.BgClassName
{
background-color: #FFECE6;
}
</style>
border-color css
<style>
span { border-color: #FFECE6; }
span { border-color: rgb(255,236,230); }
td.TdClassName
{
border-color: #FFECE6;
}
.TagClassName
{
border-color: #FFECE6;
}
</style>