Shades of Rose White #FDECE6
Tints of Rose White #FDECE6
RGB
CMYK
RGB Variations
Color information
#FDECE6 (or 0xFDECE6) is known color: Rose White. HEX triplet: FD, EC and E6. RGB value is (253,236,230). Sum of RGB (Red+Green+Blue) = 253+236+230=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 230 (90.23% from 255 or 31.99% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECE6 is #021319. Grayscale: #F0F0F0. Windows color (decimal): -135962 or 15133949. OLE color: 15133949.
HSL color Cylindrical-coordinate representation of color #FDECE6: hue angle of 15.65º degrees, saturation: 0.85, 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 #FDECE6 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 230 | - |
CMYK | 0 | 0.07 | 0.09 | 0.01 |
HSL | 15.65º | 0.85% | 0.95% | - |
HSV(B) | 15.65º | 0.09% | 0.99% | - |
XYZ | 84.79 | 86.59 | 87.11 | - |
YUV | 240.4 | 122.13 | 136.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 230 | 0 | 0.07 | 0.09 | 0.01 | 15.65 | 0.85 | 0.95 |
Hex | FD | EC | E6 | 0 | 7 | 9 | 1 | 10 | 55 | 5F |
Octal | 375 | 354 | 346 | 0 | 7 | 11 | 1 | 20 | 125 | 137 |
Binary | 11111101 | 11101100 | 11100110 | 0 | 111 | 1001 | 1 | 10000 | 1010101 | 1011111 |
Color Harmonies of #FDECE6
Complementary color
Monochromatic Colors of #FDECE6
Black with #FDECE6
Text Example
Text Example
White with #FDECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECE6; }
p { color: rgb(253,236,230); }
H1.HeaderClassName
{
color: #FDECE6;
}
.AnyTagClassName
{
color: #FDECE6;
}
</style>
background-color css
<style>
a { background-color: #FDECE6; }
a { background-color: rgb(253,236,230); }
div.DivClassName
{
background-color: #FDECE6;
}
.BgClassName
{
background-color: #FDECE6;
}
</style>
border-color css
<style>
span { border-color: #FDECE6; }
span { border-color: rgb(253,236,230); }
td.TdClassName
{
border-color: #FDECE6;
}
.TagClassName
{
border-color: #FDECE6;
}
</style>