#FAE9E9

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

Shades of Tutu #FAE9E9

Tints of Tutu #FAE9E9

Color information

#FAE9E9 (or 0xFAE9E9) is unknown color: approx Tutu. HEX triplet: FA, E9 and E9. RGB value is (250,233,233). Sum of RGB (Red+Green+Blue) = 250+233+233=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 233 (91.41% from 255 or 32.54% from 716); Blue value is 233 (91.41% from 255 or 32.54% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9E9 is #051616. Grayscale: #EEEEEE. Windows color (decimal): -333335 or 15329786. OLE color: 15329786.

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

Color convert

RGB250233233-
CMYK00.070.070.02
HSL62.96%94.71%-
HSV(B)6.8%98.04%-
XYZ83.2784.4989.01-
YUV238.08125.13136.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 233 (91.41% from 255) = 32.54%
BLUE value IS 233 (91.41% from 255) = 32.54%
R=34.92%
G=32.54%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023323300.070.070.02062.9694.71
HexFAE9E9077203f5f
Octal3723513510772077137
Binary11111010111010011110100101111111001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9E9; }

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

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

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

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

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

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

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

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