#FFE5E6

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

Shades of Pale Pink #FFE5E6

Tints of Pale Pink #FFE5E6

Color information

#FFE5E6 (or 0xFFE5E6) is unknown color: approx Pale Pink. HEX triplet: FF, E5 and E6. RGB value is (255,229,230). Sum of RGB (Red+Green+Blue) = 255+229+230=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 229 (89.84% from 255 or 32.07% from 714); Blue value is 230 (90.23% from 255 or 32.21% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5E6 is #001A19. Grayscale: #ECECEC. Windows color (decimal): -6682 or 15132159. OLE color: 15132159.

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

Color convert

RGB255229230-
CMYK00.100.100
HSL357.69º100%94.9%-
HSV(B)357.69º10.2%100%-
XYZ83.5483.0186.48-
YUV236.89124.11140.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.71%
GREEN value IS 229 (89.84% from 255) = 32.07%
BLUE value IS 230 (90.23% from 255) = 32.21%
R=35.71%
G=32.07%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522923000.100.100357.6910094.9
HexFFE5E60AA0166645f
Octal377345346012120546144137
Binary111111111110010111100110010101010010110011011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5E6; }

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

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

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

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

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

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

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

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