Shades of Rose White #FDECE4
Tints of Rose White #FDECE4
RGB
CMYK
RGB Variations
Color information
#FDECE4 (or 0xFDECE4) is known color: Rose White. HEX triplet: FD, EC and E4. RGB value is (253,236,228). Sum of RGB (Red+Green+Blue) = 253+236+228=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 236 (92.58% from 255 or 32.91% from 717); Blue value is 228 (89.45% from 255 or 31.80% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECE4 is #02131B. Grayscale: #F0F0F0. Windows color (decimal): -135964 or 15002877. OLE color: 15002877.
HSL color Cylindrical-coordinate representation of color #FDECE4: hue angle of 19.2º 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 #FDECE4 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 228 | - |
CMYK | 0 | 0.07 | 0.10 | 0.01 |
HSL | 19.2º | 0.86% | 0.94% | - |
HSV(B) | 19.2º | 0.1% | 0.99% | - |
XYZ | 84.51 | 86.47 | 85.64 | - |
YUV | 240.17 | 121.13 | 137.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 228 | 0 | 0.07 | 0.10 | 0.01 | 19.2 | 0.86 | 0.94 |
Hex | FD | EC | E4 | 0 | 7 | A | 1 | 13 | 56 | 5E |
Octal | 375 | 354 | 344 | 0 | 7 | 12 | 1 | 23 | 126 | 136 |
Binary | 11111101 | 11101100 | 11100100 | 0 | 111 | 1010 | 1 | 10011 | 1010110 | 1011110 |
Color Harmonies of #FDECE4
Complementary color
Monochromatic Colors of #FDECE4
Black with #FDECE4
Text Example
Text Example
White with #FDECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECE4; }
p { color: rgb(253,236,228); }
H1.HeaderClassName
{
color: #FDECE4;
}
.AnyTagClassName
{
color: #FDECE4;
}
</style>
background-color css
<style>
a { background-color: #FDECE4; }
a { background-color: rgb(253,236,228); }
div.DivClassName
{
background-color: #FDECE4;
}
.BgClassName
{
background-color: #FDECE4;
}
</style>
border-color css
<style>
span { border-color: #FDECE4; }
span { border-color: rgb(253,236,228); }
td.TdClassName
{
border-color: #FDECE4;
}
.TagClassName
{
border-color: #FDECE4;
}
</style>