Shades of Rose White #FDECE5
Tints of Rose White #FDECE5
RGB
CMYK
RGB Variations
Color information
#FDECE5 (or 0xFDECE5) is known color: Rose White. HEX triplet: FD, EC and E5. RGB value is (253,236,229). Sum of RGB (Red+Green+Blue) = 253+236+229=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 236 (92.58% from 255 or 32.87% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECE5 is #02131A. Grayscale: #F0F0F0. Windows color (decimal): -135963 or 15068413. OLE color: 15068413.
HSL color Cylindrical-coordinate representation of color #FDECE5: hue angle of 17.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDECE5 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 229 | - |
CMYK | 0 | 0.07 | 0.09 | 0.01 |
HSL | 17.5º | 0.86% | 0.95% | - |
HSV(B) | 17.5º | 0.09% | 0.99% | - |
XYZ | 84.65 | 86.53 | 86.37 | - |
YUV | 240.29 | 121.63 | 137.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 229 | 0 | 0.07 | 0.09 | 0.01 | 17.5 | 0.86 | 0.95 |
Hex | FD | EC | E5 | 0 | 7 | 9 | 1 | 12 | 56 | 5F |
Octal | 375 | 354 | 345 | 0 | 7 | 11 | 1 | 22 | 126 | 137 |
Binary | 11111101 | 11101100 | 11100101 | 0 | 111 | 1001 | 1 | 10010 | 1010110 | 1011111 |
Color Harmonies of #FDECE5
Complementary color
Monochromatic Colors of #FDECE5
Black with #FDECE5
Text Example
Text Example
White with #FDECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECE5; }
p { color: rgb(253,236,229); }
H1.HeaderClassName
{
color: #FDECE5;
}
.AnyTagClassName
{
color: #FDECE5;
}
</style>
background-color css
<style>
a { background-color: #FDECE5; }
a { background-color: rgb(253,236,229); }
div.DivClassName
{
background-color: #FDECE5;
}
.BgClassName
{
background-color: #FDECE5;
}
</style>
border-color css
<style>
span { border-color: #FDECE5; }
span { border-color: rgb(253,236,229); }
td.TdClassName
{
border-color: #FDECE5;
}
.TagClassName
{
border-color: #FDECE5;
}
</style>