#FAE1E1

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

Shades of Tutu #FAE1E1

Tints of Tutu #FAE1E1

Color information

#FAE1E1 (or 0xFAE1E1) is unknown color: approx Tutu. HEX triplet: FA, E1 and E1. RGB value is (250,225,225). Sum of RGB (Red+Green+Blue) = 250+225+225=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1E1 is #051E1E. Grayscale: #E8E8E8. Windows color (decimal): -335391 or 14803450. OLE color: 14803450.

HSL color Cylindrical-coordinate representation of color #FAE1E1: hue angle of 0º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE1E1 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250225225-
CMYK00.100.100.02
HSL71.43%93.14%-
HSV(B)10%98.04%-
XYZ79.9479.6182.39-
YUV232.48123.78140.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 225 (88.28% from 255) = 32.14%
BLUE value IS 225 (88.28% from 255) = 32.14%
R=35.71%
G=32.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022522500.100.100.02071.4393.14
HexFAE1E10AA20475d
Octal3723413410121220107135
Binary11111010111000011110000101010101010010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1E1; }

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

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

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

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

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

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

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

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