#FDE1E1

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

Shades of Tutu #FDE1E1

Tints of Tutu #FDE1E1

Color information

#FDE1E1 (or 0xFDE1E1) is unknown color: approx Tutu. HEX triplet: FD, E1 and E1. RGB value is (253,225,225). Sum of RGB (Red+Green+Blue) = 253+225+225=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 225 (88.28% from 255 or 32.01% from 703); Blue value is 225 (88.28% from 255 or 32.01% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1E1 is #021E1E. Grayscale: #E9E9E9. Windows color (decimal): -138783 or 14803453. OLE color: 14803453.

HSL color Cylindrical-coordinate representation of color #FDE1E1: hue angle of 0º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE1E1 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253225225-
CMYK00.110.110.01
HSL87.5%93.73%-
HSV(B)11.07%99.22%-
XYZ81.0280.1782.44-
YUV233.37123.28142-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.99%
GREEN value IS 225 (88.28% from 255) = 32.01%
BLUE value IS 225 (88.28% from 255) = 32.01%
R=35.99%
G=32.01%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322522500.110.110.01087.593.73
HexFDE1E10BB10585e
Octal3753413410131310130136
Binary1111110111100001111000010101110111010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1E1; }

 p { color: rgb(253,225,225); }

 H1.HeaderClassName
 {
   color: #FDE1E1;
 }
 .AnyTagClassName
 {
   color: #FDE1E1;
 }
</style>
background-color css

<style>
 a { background-color: #FDE1E1; }

 a { background-color: rgb(253,225,225); }

 div.DivClassName
 {
   background-color: #FDE1E1;
 }
 .BgClassName
 {
   background-color: #FDE1E1;
 }
</style>
border-color css

<style>
 span { border-color: #FDE1E1; }

 span { border-color: rgb(253,225,225); }

 td.TdClassName
 {
   border-color: #FDE1E1;
 }
 .TagClassName
 {
   border-color: #FDE1E1;
 }
</style>