#FAE9E7

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

Shades of Tutu #FAE9E7

Tints of Tutu #FAE9E7

Color information

#FAE9E7 (or 0xFAE9E7) is unknown color: approx Tutu. HEX triplet: FA, E9 and E7. RGB value is (250,233,231). Sum of RGB (Red+Green+Blue) = 250+233+231=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 233 (91.41% from 255 or 32.63% from 714); Blue value is 231 (90.62% from 255 or 32.35% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9E7 is #051618. Grayscale: #EDEDED. Windows color (decimal): -333337 or 15198714. OLE color: 15198714.

HSL color Cylindrical-coordinate representation of color #FAE9E7: hue angle of 6.32º 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 #FAE9E7 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250233231-
CMYK00.070.080.02
HSL6.32º65.52%94.31%-
HSV(B)6.32º7.6%98.04%-
XYZ82.9984.3787.51-
YUV237.86124.13136.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 233 (91.41% from 255) = 32.63%
BLUE value IS 231 (90.62% from 255) = 32.35%
R=35.01%
G=32.63%
B=32.35%

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
Decimal25023323100.070.080.026.3265.5294.31
HexFAE9E707826425e
Octal372351347071026102136
Binary111110101110100111100111011110001011010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9E7; }

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

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

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

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

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

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

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

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