#FFE5E8

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

Shades of Carousel Pink #FFE5E8

Tints of Carousel Pink #FFE5E8

Color information

#FFE5E8 (or 0xFFE5E8) is unknown color: approx Carousel Pink. HEX triplet: FF, E5 and E8. RGB value is (255,229,232). Sum of RGB (Red+Green+Blue) = 255+229+232=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 229 (89.84% from 255 or 31.98% from 716); Blue value is 232 (91.02% from 255 or 32.40% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5E8 is #001A17. Grayscale: #EDEDED. Windows color (decimal): -6680 or 15263231. OLE color: 15263231.

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

Color convert

RGB255229232-
CMYK00.100.090
HSL353.08º100%94.9%-
HSV(B)353.08º10.2%100%-
XYZ83.8283.1287.97-
YUV237.12125.11140.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 229 (89.84% from 255) = 31.98%
BLUE value IS 232 (91.02% from 255) = 32.40%
R=35.61%
G=31.98%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522923200.100.090353.0810094.9
HexFFE5E80A90161645f
Octal377345350012110541144137
Binary111111111110010111101000010101001010110000111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5E8; }

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

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

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

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

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

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

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

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