Html Css Color HEX #FFE1E2 Pale Pink

📋 copy color: '#FFE1E2'

red 255 ◦ green 225 ◦ blue 226

#FFE1E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Pink #FFE1E2

Tints of Pale Pink #FFE1E2

RGB

 RED value IS 255 (100% from 255) = 36.12%

 GREEN value IS 225 (88.28% from 255) = 31.87%

 BLUE value IS 226 (88.67% from 255) = 32.01%

R = 36.12%
G = 31.87%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFE1E2 (or 0xFFE1E2) is known color: Pale Pink. HEX triplet: FF, E1 and E2. RGB value is (255,225,226). Sum of RGB (Red+Green+Blue) = 255+225+226=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 225 (88.28% from 255 or 31.87% from 706); Blue value is 226 (88.67% from 255 or 32.01% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1E2 is #001E1D. Grayscale: #EAEAEA. Windows color (decimal): -7710 or 14868991. OLE color: 14868991.

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

Color convert

RGB 255 225 226 -
CMYK 0 0.12 0.11 0
HSL 358º 1% 0.94% -
HSV(B) 358º 0.12% 1% -
XYZ 81.89 80.6 83.19 -
YUV 234.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 255 225 226 0 0.12 0.11 0 358 1 0.94
Hex FF E1 E2 0 C B 0 166 64 5E
Octal 377 341 342 0 14 13 0 546 144 136
Binary 11111111 11100001 11100010 0 1100 1011 0 101100110 1100100 1011110

Color Harmonies of #FFE1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1E2

Black with #FFE1E2

Text Example


Text Example

White with #FFE1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE1E2; }

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

 H1.HeaderClassName
 {
   color: #FFE1E2;
 }
 .AnyTagClassName
 {
   color: #FFE1E2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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