Shades of Rose White #FDEDE8
Tints of Rose White #FDEDE8
RGB
CMYK
RGB Variations
Color information
#FDEDE8 (or 0xFDEDE8) is known color: Rose White. HEX triplet: FD, ED and E8. RGB value is (253,237,232). Sum of RGB (Red+Green+Blue) = 253+237+232=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 232 (91.02% from 255 or 32.13% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDE8 is #021217. Grayscale: #F1F1F1. Windows color (decimal): -135704 or 15265277. OLE color: 15265277.
HSL color Cylindrical-coordinate representation of color #FDEDE8: hue angle of 14.29º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEDE8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 232 | - |
CMYK | 0 | 0.06 | 0.08 | 0.01 |
HSL | 14.29º | 0.84% | 0.95% | - |
HSV(B) | 14.29º | 0.08% | 0.99% | - |
XYZ | 85.36 | 87.28 | 88.69 | - |
YUV | 241.21 | 122.8 | 136.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 232 | 0 | 0.06 | 0.08 | 0.01 | 14.29 | 0.84 | 0.95 |
Hex | FD | ED | E8 | 0 | 6 | 8 | 1 | E | 54 | 5F |
Octal | 375 | 355 | 350 | 0 | 6 | 10 | 1 | 16 | 124 | 137 |
Binary | 11111101 | 11101101 | 11101000 | 0 | 110 | 1000 | 1 | 1110 | 1010100 | 1011111 |
Color Harmonies of #FDEDE8
Complementary color
Monochromatic Colors of #FDEDE8
Black with #FDEDE8
Text Example
Text Example
White with #FDEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDE8; }
p { color: rgb(253,237,232); }
H1.HeaderClassName
{
color: #FDEDE8;
}
.AnyTagClassName
{
color: #FDEDE8;
}
</style>
background-color css
<style>
a { background-color: #FDEDE8; }
a { background-color: rgb(253,237,232); }
div.DivClassName
{
background-color: #FDEDE8;
}
.BgClassName
{
background-color: #FDEDE8;
}
</style>
border-color css
<style>
span { border-color: #FDEDE8; }
span { border-color: rgb(253,237,232); }
td.TdClassName
{
border-color: #FDEDE8;
}
.TagClassName
{
border-color: #FDEDE8;
}
</style>