#FDE3E3

Color #FDE3E3 Tutu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tutu #FDE3E3

Tints of Tutu #FDE3E3

Color information

#FDE3E3 (or 0xFDE3E3) is unknown color: approx 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

RGB253227227-
CMYK00.100.100.01
HSL86.67%94.12%-
HSV(B)10.28%99.22%-
XYZ81.8481.3784.06-
YUV234.77123.61141-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 227 (89.06% from 255) = 32.11%
BLUE value IS 227 (89.06% from 255) = 32.11%
R=35.79%
G=32.11%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322722700.100.100.01086.6794.12
HexFDE3E30AA10575e
Octal3753433430121210127136
Binary1111110111100011111000110101010101010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>