Shades of Rose White #FEEDE8
Tints of Rose White #FEEDE8
RGB
CMYK
RGB Variations
Color information
#FEEDE8 (or 0xFEEDE8) is known color: Rose White. HEX triplet: FE, ED and E8. RGB value is (254,237,232). Sum of RGB (Red+Green+Blue) = 254+237+232=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 232 (91.02% from 255 or 32.09% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEDE8 is #011217. Grayscale: #F1F1F1. Windows color (decimal): -70168 or 15265278. OLE color: 15265278.
HSL color Cylindrical-coordinate representation of color #FEEDE8: hue angle of 13.64º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEEDE8 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 237 | 232 | - |
CMYK | 0 | 0.07 | 0.09 | 0.00 |
HSL | 13.64º | 0.92% | 0.95% | - |
HSV(B) | 13.64º | 0.09% | 1% | - |
XYZ | 85.72 | 87.47 | 88.71 | - |
YUV | 241.51 | 122.63 | 136.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 237 | 232 | 0 | 0.07 | 0.09 | 0.00 | 13.64 | 0.92 | 0.95 |
Hex | FE | ED | E8 | 0 | 7 | 9 | 0 | E | 5C | 5F |
Octal | 376 | 355 | 350 | 0 | 7 | 11 | 0 | 16 | 134 | 137 |
Binary | 11111110 | 11101101 | 11101000 | 0 | 111 | 1001 | 0 | 1110 | 1011100 | 1011111 |
Color Harmonies of #FEEDE8
Complementary color
Monochromatic Colors of #FEEDE8
Black with #FEEDE8
Text Example
Text Example
White with #FEEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDE8; }
p { color: rgb(254,237,232); }
H1.HeaderClassName
{
color: #FEEDE8;
}
.AnyTagClassName
{
color: #FEEDE8;
}
</style>
background-color css
<style>
a { background-color: #FEEDE8; }
a { background-color: rgb(254,237,232); }
div.DivClassName
{
background-color: #FEEDE8;
}
.BgClassName
{
background-color: #FEEDE8;
}
</style>
border-color css
<style>
span { border-color: #FEEDE8; }
span { border-color: rgb(254,237,232); }
td.TdClassName
{
border-color: #FEEDE8;
}
.TagClassName
{
border-color: #FEEDE8;
}
</style>