Shades of Rose White #FFEDE8
Tints of Rose White #FFEDE8
RGB
CMYK
RGB Variations
Color information
#FFEDE8 (or 0xFFEDE8) is known color: Rose White. HEX triplet: FF, ED and E8. RGB value is (255,237,232). Sum of RGB (Red+Green+Blue) = 255+237+232=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 232 (91.02% from 255 or 32.04% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDE8 is #001217. Grayscale: #F1F1F1. Windows color (decimal): -4632 or 15265279. OLE color: 15265279.
HSL color Cylindrical-coordinate representation of color #FFEDE8: hue angle of 13.04º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFEDE8 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 232 | - |
| CMYK | 0 | 0.07 | 0.09 | 0 |
| HSL | 13.04º | 1% | 0.95% | - |
| HSV(B) | 13.04º | 0.09% | 1% | - |
| XYZ | 86.09 | 87.65 | 88.73 | - |
| YUV | 241.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 232 | 0 | 0.07 | 0.09 | 0 | 13.04 | 1 | 0.95 |
| Hex | FF | ED | E8 | 0 | 7 | 9 | 0 | D | 64 | 5F |
| Octal | 377 | 355 | 350 | 0 | 7 | 11 | 0 | 15 | 144 | 137 |
| Binary | 11111111 | 11101101 | 11101000 | 0 | 111 | 1001 | 0 | 1101 | 1100100 | 1011111 |
Color Harmonies of #FFEDE8
Complementary color
Monochromatic Colors of #FFEDE8
Black with #FFEDE8
Text Example
Text Example
White with #FFEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDE8; }
p { color: rgb(255,237,232); }
H1.HeaderClassName
{
color: #FFEDE8;
}
.AnyTagClassName
{
color: #FFEDE8;
}
</style>
background-color css
<style>
a { background-color: #FFEDE8; }
a { background-color: rgb(255,237,232); }
div.DivClassName
{
background-color: #FFEDE8;
}
.BgClassName
{
background-color: #FFEDE8;
}
</style>
border-color css
<style>
span { border-color: #FFEDE8; }
span { border-color: rgb(255,237,232); }
td.TdClassName
{
border-color: #FFEDE8;
}
.TagClassName
{
border-color: #FFEDE8;
}
</style>