Shades of Tutu #FDE3E3
Tints of Tutu #FDE3E3
RGB
CMYK
RGB Variations
Color information
#FDE3E3 (or 0xFDE3E3) is known color: Tutu. HEX triplet: FD, E3 and E3. RGB value is (253,227,227). Sum of RGB (Red+Green+Blue) = 253+227+227=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 227 (89.06% from 255 or 32.11% from 707); Blue value is 227 (89.06% from 255 or 32.11% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3E3 is #021C1C. Grayscale: #EAEAEA. Windows color (decimal): -138269 or 14935037. OLE color: 14935037.
HSL color Cylindrical-coordinate representation of color #FDE3E3: hue angle of 0º degrees, saturation: 0.87, 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 #FDE3E3 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 227 | 227 | - |
CMYK | 0 | 0.10 | 0.10 | 0.01 |
HSL | 0º | 0.87% | 0.94% | - |
HSV(B) | 0º | 0.1% | 0.99% | - |
XYZ | 81.84 | 81.37 | 84.06 | - |
YUV | 234.77 | 123.61 | 141 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 227 | 227 | 0 | 0.10 | 0.10 | 0.01 | 0 | 0.87 | 0.94 |
Hex | FD | E3 | E3 | 0 | A | A | 1 | 0 | 57 | 5E |
Octal | 375 | 343 | 343 | 0 | 12 | 12 | 1 | 0 | 127 | 136 |
Binary | 11111101 | 11100011 | 11100011 | 0 | 1010 | 1010 | 1 | 0 | 1010111 | 1011110 |
Color Harmonies of #FDE3E3
Complementary color
Monochromatic Colors of #FDE3E3
Black with #FDE3E3
Text Example
Text Example
White with #FDE3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3E3; }
p { color: rgb(253,227,227); }
H1.HeaderClassName
{
color: #FDE3E3;
}
.AnyTagClassName
{
color: #FDE3E3;
}
</style>
background-color css
<style>
a { background-color: #FDE3E3; }
a { background-color: rgb(253,227,227); }
div.DivClassName
{
background-color: #FDE3E3;
}
.BgClassName
{
background-color: #FDE3E3;
}
</style>
border-color css
<style>
span { border-color: #FDE3E3; }
span { border-color: rgb(253,227,227); }
td.TdClassName
{
border-color: #FDE3E3;
}
.TagClassName
{
border-color: #FDE3E3;
}
</style>