#FFE4E6

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

Shades of Pale Pink #FFE4E6

Tints of Pale Pink #FFE4E6

Color information

#FFE4E6 (or 0xFFE4E6) is unknown color: approx Pale Pink. HEX triplet: FF, E4 and E6. RGB value is (255,228,230). Sum of RGB (Red+Green+Blue) = 255+228+230=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 228 (89.45% from 255 or 31.98% from 713); Blue value is 230 (90.23% from 255 or 32.26% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE4E6 is #001B19. Grayscale: #ECECEC. Windows color (decimal): -6938 or 15131903. OLE color: 15131903.

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

Color convert

RGB255228230-
CMYK00.110.100
HSL355.56º100%94.71%-
HSV(B)355.56º10.59%100%-
XYZ83.2782.4686.39-
YUV236.3124.45141.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 228 (89.45% from 255) = 31.98%
BLUE value IS 230 (90.23% from 255) = 32.26%
R=35.76%
G=31.98%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522823000.110.100355.5610094.71
HexFFE4E60BA0164645f
Octal377344346013120544144137
Binary111111111110010011100110010111010010110010011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE4E6; }

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

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

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

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

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

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

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

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