Shades of Rose White #FFEDE5
Tints of Rose White #FFEDE5
RGB
CMYK
RGB Variations
Color information
#FFEDE5 (or 0xFFEDE5) is known color: Rose White. HEX triplet: FF, ED and E5. RGB value is (255,237,229). Sum of RGB (Red+Green+Blue) = 255+237+229=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 229 (89.84% from 255 or 31.76% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDE5 is #00121A. Grayscale: #F1F1F1. Windows color (decimal): -4635 or 15068671. OLE color: 15068671.
HSL color Cylindrical-coordinate representation of color #FFEDE5: hue angle of 18.46º 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 #FFEDE5 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 237 | 229 | - |
CMYK | 0 | 0.07 | 0.10 | 0 |
HSL | 18.46º | 1% | 0.95% | - |
HSV(B) | 18.46º | 0.1% | 1% | - |
XYZ | 85.67 | 87.49 | 86.5 | - |
YUV | 241.47 | 120.96 | 137.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 237 | 229 | 0 | 0.07 | 0.10 | 0 | 18.46 | 1 | 0.95 |
Hex | FF | ED | E5 | 0 | 7 | A | 0 | 12 | 64 | 5F |
Octal | 377 | 355 | 345 | 0 | 7 | 12 | 0 | 22 | 144 | 137 |
Binary | 11111111 | 11101101 | 11100101 | 0 | 111 | 1010 | 0 | 10010 | 1100100 | 1011111 |
Color Harmonies of #FFEDE5
Complementary color
Monochromatic Colors of #FFEDE5
Black with #FFEDE5
Text Example
Text Example
White with #FFEDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDE5; }
p { color: rgb(255,237,229); }
H1.HeaderClassName
{
color: #FFEDE5;
}
.AnyTagClassName
{
color: #FFEDE5;
}
</style>
background-color css
<style>
a { background-color: #FFEDE5; }
a { background-color: rgb(255,237,229); }
div.DivClassName
{
background-color: #FFEDE5;
}
.BgClassName
{
background-color: #FFEDE5;
}
</style>
border-color css
<style>
span { border-color: #FFEDE5; }
span { border-color: rgb(255,237,229); }
td.TdClassName
{
border-color: #FFEDE5;
}
.TagClassName
{
border-color: #FFEDE5;
}
</style>