Shades of Rose White #FDEDE4
Tints of Rose White #FDEDE4
RGB
CMYK
RGB Variations
Color information
#FDEDE4 (or 0xFDEDE4) is known color: Rose White. HEX triplet: FD, ED and E4. RGB value is (253,237,228). Sum of RGB (Red+Green+Blue) = 253+237+228=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 228 (89.45% from 255 or 31.75% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDE4 is #02121B. Grayscale: #F0F0F0. Windows color (decimal): -135708 or 15003133. OLE color: 15003133.
HSL color Cylindrical-coordinate representation of color #FDEDE4: hue angle of 21.6º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDEDE4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 228 | - |
CMYK | 0 | 0.06 | 0.10 | 0.01 |
HSL | 21.6º | 0.86% | 0.94% | - |
HSV(B) | 21.6º | 0.1% | 0.99% | - |
XYZ | 84.8 | 87.05 | 85.73 | - |
YUV | 240.76 | 120.8 | 136.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 228 | 0 | 0.06 | 0.10 | 0.01 | 21.6 | 0.86 | 0.94 |
Hex | FD | ED | E4 | 0 | 6 | A | 1 | 16 | 56 | 5E |
Octal | 375 | 355 | 344 | 0 | 6 | 12 | 1 | 26 | 126 | 136 |
Binary | 11111101 | 11101101 | 11100100 | 0 | 110 | 1010 | 1 | 10110 | 1010110 | 1011110 |
Color Harmonies of #FDEDE4
Complementary color
Monochromatic Colors of #FDEDE4
Black with #FDEDE4
Text Example
Text Example
White with #FDEDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDE4; }
p { color: rgb(253,237,228); }
H1.HeaderClassName
{
color: #FDEDE4;
}
.AnyTagClassName
{
color: #FDEDE4;
}
</style>
background-color css
<style>
a { background-color: #FDEDE4; }
a { background-color: rgb(253,237,228); }
div.DivClassName
{
background-color: #FDEDE4;
}
.BgClassName
{
background-color: #FDEDE4;
}
</style>
border-color css
<style>
span { border-color: #FDEDE4; }
span { border-color: rgb(253,237,228); }
td.TdClassName
{
border-color: #FDEDE4;
}
.TagClassName
{
border-color: #FDEDE4;
}
</style>