#FDE0E0

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

Shades of Tutu #FDE0E0

Tints of Tutu #FDE0E0

Color information

#FDE0E0 (or 0xFDE0E0) is unknown color: approx Tutu. HEX triplet: FD, E0 and E0. RGB value is (253,224,224). Sum of RGB (Red+Green+Blue) = 253+224+224=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0E0 is #021F1F. Grayscale: #E8E8E8. Windows color (decimal): -139040 or 14737661. OLE color: 14737661.

HSL color Cylindrical-coordinate representation of color #FDE0E0: 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 #FDE0E0 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253224224-
CMYK00.110.110.01
HSL87.88%93.53%-
HSV(B)11.46%99.22%-
XYZ80.6279.5881.63-
YUV232.67123.11142.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 224 (87.89% from 255) = 31.95%
BLUE value IS 224 (87.89% from 255) = 31.95%
R=36.09%
G=31.95%
B=31.95%

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
Decimal25322422400.110.110.01087.8893.53
HexFDE0E00BB10585e
Octal3753403400131310130136
Binary1111110111100000111000000101110111010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE0E0; }

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

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

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

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

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

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

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

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