#FAE8E7

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

Shades of Tutu #FAE8E7

Tints of Tutu #FAE8E7

Color information

#FAE8E7 (or 0xFAE8E7) is unknown color: approx Tutu. HEX triplet: FA, E8 and E7. RGB value is (250,232,231). Sum of RGB (Red+Green+Blue) = 250+232+231=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 232 (91.02% from 255 or 32.54% from 713); Blue value is 231 (90.62% from 255 or 32.40% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8E7 is #051718. Grayscale: #EDEDED. Windows color (decimal): -333593 or 15198458. OLE color: 15198458.

HSL color Cylindrical-coordinate representation of color #FAE8E7: hue angle of 3.16º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE8E7 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250232231-
CMYK00.070.080.02
HSL3.16º65.52%94.31%-
HSV(B)3.16º7.6%98.04%-
XYZ82.783.8187.42-
YUV237.27124.46137.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 232 (91.02% from 255) = 32.54%
BLUE value IS 231 (90.62% from 255) = 32.40%
R=35.06%
G=32.54%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023223100.070.080.023.1665.5294.31
HexFAE8E707823425e
Octal372350347071023102136
Binary11111010111010001110011101111000101110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8E7; }

 p { color: rgb(250,232,231); }

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

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

 a { background-color: rgb(250,232,231); }

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

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

 span { border-color: rgb(250,232,231); }

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