#FFE2E2

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

Shades of Tutu #FFE2E2

Tints of Tutu #FFE2E2

Color information

#FFE2E2 (or 0xFFE2E2) is unknown color: approx Tutu. HEX triplet: FF, E2 and E2. RGB value is (255,226,226). Sum of RGB (Red+Green+Blue) = 255+226+226=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 226 (88.67% from 255 or 31.97% from 707); Blue value is 226 (88.67% from 255 or 31.97% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2E2 is #001D1D. Grayscale: #EAEAEA. Windows color (decimal): -7454 or 14869247. OLE color: 14869247.

HSL color Cylindrical-coordinate representation of color #FFE2E2: hue angle of 0º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE2E2 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255226226-
CMYK00.110.110
HSL100%94.31%-
HSV(B)11.37%100%-
XYZ82.1681.1483.28-
YUV234.67123.11142.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 226 (88.67% from 255) = 31.97%
BLUE value IS 226 (88.67% from 255) = 31.97%
R=36.07%
G=31.97%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522622600.110.110010094.31
HexFFE2E20BB00645e
Octal3773423420131300144136
Binary1111111111100010111000100101110110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2E2; }

 p { color: rgb(255,226,226); }

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

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

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

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

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

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

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