Shades of Rose White #FFEDE9
Tints of Rose White #FFEDE9
RGB
CMYK
RGB Variations
Color information
#FFEDE9 (or 0xFFEDE9) is known color: Rose White. HEX triplet: FF, ED and E9. RGB value is (255,237,233). Sum of RGB (Red+Green+Blue) = 255+237+233=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 233 (91.41% from 255 or 32.14% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDE9 is #001216. Grayscale: #F1F1F1. Windows color (decimal): -4631 or 15330815. OLE color: 15330815.
HSL color Cylindrical-coordinate representation of color #FFEDE9: hue angle of 10.91º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFEDE9 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 233 | - |
CMYK | 0 | 0.07 | 0.09 | 0 |
HSL | 10.91º | 1% | 0.96% | - |
HSV(B) | 10.91º | 0.09% | 1% | - |
XYZ | 86.23 | 87.71 | 89.48 | - |
YUV | 241.93 | 122.96 | 137.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 233 | 0 | 0.07 | 0.09 | 0 | 10.91 | 1 | 0.96 |
Hex | FF | ED | E9 | 0 | 7 | 9 | 0 | B | 64 | 60 |
Octal | 377 | 355 | 351 | 0 | 7 | 11 | 0 | 13 | 144 | 140 |
Binary | 11111111 | 11101101 | 11101001 | 0 | 111 | 1001 | 0 | 1011 | 1100100 | 1100000 |
Color Harmonies of #FFEDE9
Complementary color
Monochromatic Colors of #FFEDE9
Black with #FFEDE9
Text Example
Text Example
White with #FFEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDE9; }
p { color: rgb(255,237,233); }
H1.HeaderClassName
{
color: #FFEDE9;
}
.AnyTagClassName
{
color: #FFEDE9;
}
</style>
background-color css
<style>
a { background-color: #FFEDE9; }
a { background-color: rgb(255,237,233); }
div.DivClassName
{
background-color: #FFEDE9;
}
.BgClassName
{
background-color: #FFEDE9;
}
</style>
border-color css
<style>
span { border-color: #FFEDE9; }
span { border-color: rgb(255,237,233); }
td.TdClassName
{
border-color: #FFEDE9;
}
.TagClassName
{
border-color: #FFEDE9;
}
</style>