#FAE0DF

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

Shades of Tutu #FAE0DF

Tints of Tutu #FAE0DF

Color information

#FAE0DF (or 0xFAE0DF) is unknown color: approx Tutu. HEX triplet: FA, E0 and DF. RGB value is (250,224,223). Sum of RGB (Red+Green+Blue) = 250+224+223=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0DF is #051F20. Grayscale: #E7E7E7. Windows color (decimal): -335649 or 14672122. OLE color: 14672122.

HSL color Cylindrical-coordinate representation of color #FAE0DF: hue angle of 2.22º degrees, saturation: 0.73, 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 #FAE0DF is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250224223-
CMYK00.100.110.02
HSL2.22º72.97%92.75%-
HSV(B)2.22º10.8%98.04%-
XYZ79.478.9680.87-
YUV231.66123.11141.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 224 (87.89% from 255) = 32.14%
BLUE value IS 223 (87.5% from 255) = 31.99%
R=35.87%
G=32.14%
B=31.99%

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
Decimal25022422300.100.110.022.2272.9792.75
HexFAE0DF0AB22495d
Octal3723403370121322111135
Binary111110101110000011011111010101011101010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0DF; }

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

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

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

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

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

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

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

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