#FAE6E6

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

Shades of Tutu #FAE6E6

Tints of Tutu #FAE6E6

Color information

#FAE6E6 (or 0xFAE6E6) is unknown color: approx Tutu. HEX triplet: FA, E6 and E6. RGB value is (250,230,230). Sum of RGB (Red+Green+Blue) = 250+230+230=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6E6 is #051919. Grayscale: #ECECEC. Windows color (decimal): -334106 or 15132410. OLE color: 15132410.

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

Color convert

RGB250230230-
CMYK00.080.080.02
HSL66.67%94.12%-
HSV(B)8%98.04%-
XYZ8282.6386.49-
YUV235.98124.63138-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 230 (90.23% from 255) = 32.39%
BLUE value IS 230 (90.23% from 255) = 32.39%
R=35.21%
G=32.39%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023023000.080.080.02066.6794.12
HexFAE6E608820435e
Octal3723463460101020103136
Binary11111010111001101110011001000100010010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6E6; }

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

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

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

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

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

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

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

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