#FAEAE9

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

Shades of Tutu #FAEAE9

Tints of Tutu #FAEAE9

Color information

#FAEAE9 (or 0xFAEAE9) is unknown color: approx Tutu. HEX triplet: FA, EA and E9. RGB value is (250,234,233). Sum of RGB (Red+Green+Blue) = 250+234+233=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 233 (91.41% from 255 or 32.50% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAE9 is #051516. Grayscale: #EEEEEE. Windows color (decimal): -333079 or 15330042. OLE color: 15330042.

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

Color convert

RGB250234233-
CMYK00.060.070.02
HSL3.53º62.96%94.71%-
HSV(B)3.53º6.8%98.04%-
XYZ83.5685.0589.1-
YUV238.67124.8136.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 234 (91.80% from 255) = 32.64%
BLUE value IS 233 (91.41% from 255) = 32.50%
R=34.87%
G=32.64%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023423300.060.070.023.5362.9694.71
HexFAEAE9067243f5f
Octal3723523510672477137
Binary1111101011101010111010010110111101001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAE9; }

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

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

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

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

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

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

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

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