#FAE0DE

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

Shades of Tutu #FAE0DE

Tints of Tutu #FAE0DE

Color information

#FAE0DE (or 0xFAE0DE) is unknown color: approx Tutu. HEX triplet: FA, E0 and DE. RGB value is (250,224,222). Sum of RGB (Red+Green+Blue) = 250+224+222=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0DE is #051F21. Grayscale: #E7E7E7. Windows color (decimal): -335650 or 14606586. OLE color: 14606586.

HSL color Cylindrical-coordinate representation of color #FAE0DE: hue angle of 4.29º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAE0DE is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250224222-
CMYK00.100.110.02
HSL4.29º73.68%92.55%-
HSV(B)4.29º11.2%98.04%-
XYZ79.2678.9180.16-
YUV231.55122.61141.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 224 (87.89% from 255) = 32.18%
BLUE value IS 222 (87.11% from 255) = 31.90%
R=35.92%
G=32.18%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022422200.100.110.024.2973.6892.55
HexFAE0DE0AB244a5d
Octal3723403360121324112135
Binary1111101011100000110111100101010111010010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0DE; }

 p { color: rgb(250,224,222); }

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

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

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

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

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

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

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