Shades of Rose White #F8ECE6
Tints of Rose White #F8ECE6
RGB
CMYK
RGB Variations
Color information
#F8ECE6 (or 0xF8ECE6) is known color: Rose White. HEX triplet: F8, EC and E6. RGB value is (248,236,230). Sum of RGB (Red+Green+Blue) = 248+236+230=714 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.73% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 230 (90.23% from 255 or 32.21% from 714); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8ECE6 is #071319. Grayscale: #EEEEEE. Windows color (decimal): -463642 or 15133944. OLE color: 15133944.
HSL color Cylindrical-coordinate representation of color #F8ECE6: hue angle of 20º degrees, saturation: 0.56, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F8ECE6 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 230 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.03 |
| HSL | 20º | 0.56% | 0.94% | - |
| HSV(B) | 20º | 0.07% | 0.97% | - |
| XYZ | 82.99 | 85.66 | 87.02 | - |
| YUV | 238.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 230 | 0 | 0.05 | 0.07 | 0.03 | 20 | 0.56 | 0.94 |
| Hex | F8 | EC | E6 | 0 | 5 | 7 | 3 | 14 | 38 | 5E |
| Octal | 370 | 354 | 346 | 0 | 5 | 7 | 3 | 24 | 70 | 136 |
| Binary | 11111000 | 11101100 | 11100110 | 0 | 101 | 111 | 11 | 10100 | 111000 | 1011110 |
Color Harmonies of #F8ECE6
Complementary color
Monochromatic Colors of #F8ECE6
Black with #F8ECE6
Text Example
Text Example
White with #F8ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECE6; }
p { color: rgb(248,236,230); }
H1.HeaderClassName
{
color: #F8ECE6;
}
.AnyTagClassName
{
color: #F8ECE6;
}
</style>
background-color css
<style>
a { background-color: #F8ECE6; }
a { background-color: rgb(248,236,230); }
div.DivClassName
{
background-color: #F8ECE6;
}
.BgClassName
{
background-color: #F8ECE6;
}
</style>
border-color css
<style>
span { border-color: #F8ECE6; }
span { border-color: rgb(248,236,230); }
td.TdClassName
{
border-color: #F8ECE6;
}
.TagClassName
{
border-color: #F8ECE6;
}
</style>