Shades of Rose White #FFEDE7
Tints of Rose White #FFEDE7
RGB
CMYK
RGB Variations
Color information
#FFEDE7 (or 0xFFEDE7) is known color: Rose White. HEX triplet: FF, ED and E7. RGB value is (255,237,231). Sum of RGB (Red+Green+Blue) = 255+237+231=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 231 (90.62% from 255 or 31.95% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDE7 is #001218. Grayscale: #F1F1F1. Windows color (decimal): -4633 or 15199743. OLE color: 15199743.
HSL color Cylindrical-coordinate representation of color #FFEDE7: hue angle of 15º 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 #FFEDE7 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 231 | - |
CMYK | 0 | 0.07 | 0.09 | 0 |
HSL | 15º | 1% | 0.95% | - |
HSV(B) | 15º | 0.09% | 1% | - |
XYZ | 85.95 | 87.6 | 87.98 | - |
YUV | 241.7 | 121.96 | 137.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 231 | 0 | 0.07 | 0.09 | 0 | 15 | 1 | 0.95 |
Hex | FF | ED | E7 | 0 | 7 | 9 | 0 | F | 64 | 5F |
Octal | 377 | 355 | 347 | 0 | 7 | 11 | 0 | 17 | 144 | 137 |
Binary | 11111111 | 11101101 | 11100111 | 0 | 111 | 1001 | 0 | 1111 | 1100100 | 1011111 |
Color Harmonies of #FFEDE7
Complementary color
Monochromatic Colors of #FFEDE7
Black with #FFEDE7
Text Example
Text Example
White with #FFEDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDE7; }
p { color: rgb(255,237,231); }
H1.HeaderClassName
{
color: #FFEDE7;
}
.AnyTagClassName
{
color: #FFEDE7;
}
</style>
background-color css
<style>
a { background-color: #FFEDE7; }
a { background-color: rgb(255,237,231); }
div.DivClassName
{
background-color: #FFEDE7;
}
.BgClassName
{
background-color: #FFEDE7;
}
</style>
border-color css
<style>
span { border-color: #FFEDE7; }
span { border-color: rgb(255,237,231); }
td.TdClassName
{
border-color: #FFEDE7;
}
.TagClassName
{
border-color: #FFEDE7;
}
</style>