#FAE3E2

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

Shades of Tutu #FAE3E2

Tints of Tutu #FAE3E2

Color information

#FAE3E2 (or 0xFAE3E2) is unknown color: approx Tutu. HEX triplet: FA, E3 and E2. RGB value is (250,227,226). Sum of RGB (Red+Green+Blue) = 250+227+226=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 227 (89.06% from 255 or 32.29% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3E2 is #051C1D. Grayscale: #E9E9E9. Windows color (decimal): -334878 or 14869498. OLE color: 14869498.

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

Color convert

RGB250227226-
CMYK00.090.100.02
HSL2.5º70.59%93.33%-
HSV(B)2.5º9.6%98.04%-
XYZ80.6280.7583.29-
YUV233.76123.62139.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 227 (89.06% from 255) = 32.29%
BLUE value IS 226 (88.67% from 255) = 32.15%
R=35.56%
G=32.29%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022722600.090.100.022.570.5993.33
HexFAE3E209A23475d
Octal3723433420111223107135
Binary111110101110001111100010010011010101110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3E2; }

 p { color: rgb(250,227,226); }

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

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

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

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

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

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

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