Shades of Tutu #FDECEB
Tints of Tutu #FDECEB
RGB
CMYK
RGB Variations
Color information
#FDECEB (or 0xFDECEB) is known color: Tutu. HEX triplet: FD, EC and EB. RGB value is (253,236,235). Sum of RGB (Red+Green+Blue) = 253+236+235=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 236 (92.58% from 255 or 32.60% from 724); Blue value is 235 (92.19% from 255 or 32.46% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECEB is #021314. Grayscale: #F0F0F0. Windows color (decimal): -135957 or 15461629. OLE color: 15461629.
HSL color Cylindrical-coordinate representation of color #FDECEB: hue angle of 3.33º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDECEB is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 235 | - |
CMYK | 0 | 0.07 | 0.07 | 0.01 |
HSL | 3.33º | 0.82% | 0.96% | - |
HSV(B) | 3.33º | 0.07% | 0.99% | - |
XYZ | 85.5 | 86.87 | 90.86 | - |
YUV | 240.97 | 124.63 | 136.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 235 | 0 | 0.07 | 0.07 | 0.01 | 3.33 | 0.82 | 0.96 |
Hex | FD | EC | EB | 0 | 7 | 7 | 1 | 3 | 52 | 60 |
Octal | 375 | 354 | 353 | 0 | 7 | 7 | 1 | 3 | 122 | 140 |
Binary | 11111101 | 11101100 | 11101011 | 0 | 111 | 111 | 1 | 11 | 1010010 | 1100000 |
Color Harmonies of #FDECEB
Complementary color
Monochromatic Colors of #FDECEB
Black with #FDECEB
Text Example
Text Example
White with #FDECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECEB; }
p { color: rgb(253,236,235); }
H1.HeaderClassName
{
color: #FDECEB;
}
.AnyTagClassName
{
color: #FDECEB;
}
</style>
background-color css
<style>
a { background-color: #FDECEB; }
a { background-color: rgb(253,236,235); }
div.DivClassName
{
background-color: #FDECEB;
}
.BgClassName
{
background-color: #FDECEB;
}
</style>
border-color css
<style>
span { border-color: #FDECEB; }
span { border-color: rgb(253,236,235); }
td.TdClassName
{
border-color: #FDECEB;
}
.TagClassName
{
border-color: #FDECEB;
}
</style>