#FFE1E4

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

Shades of Pale Pink #FFE1E4

Tints of Pale Pink #FFE1E4

Color information

#FFE1E4 (or 0xFFE1E4) is unknown color: approx Pale Pink. HEX triplet: FF, E1 and E4. RGB value is (255,225,228). Sum of RGB (Red+Green+Blue) = 255+225+228=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 225 (88.28% from 255 or 31.78% from 708); Blue value is 228 (89.45% from 255 or 32.20% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1E4 is #001E1B. Grayscale: #EAEAEA. Windows color (decimal): -7708 or 15000063. OLE color: 15000063.

HSL color Cylindrical-coordinate representation of color #FFE1E4: hue angle of 354º 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 #FFE1E4 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255225228-
CMYK00.120.110
HSL354º100%94.12%-
HSV(B)354º11.76%100%-
XYZ82.1780.7184.65-
YUV234.31124.44142.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 225 (88.28% from 255) = 31.78%
BLUE value IS 228 (89.45% from 255) = 32.20%
R=36.02%
G=31.78%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522522800.120.11035410094.12
HexFFE1E40CB0162645e
Octal377341344014130542144136
Binary111111111110000111100100011001011010110001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1E4; }

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

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

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

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

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

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

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

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