#FFEAE5

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

Shades of Wisp Pink #FFEAE5

Tints of Wisp Pink #FFEAE5

Color information

#FFEAE5 (or 0xFFEAE5) is unknown color: approx Wisp Pink. HEX triplet: FF, EA and E5. RGB value is (255,234,229). Sum of RGB (Red+Green+Blue) = 255+234+229=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAE5 is #00151A. Grayscale: #EFEFEF. Windows color (decimal): -5403 or 15067903. OLE color: 15067903.

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

Color convert

RGB255234229-
CMYK00.080.100
HSL11.54º100%94.9%-
HSV(B)11.54º10.2%100%-
XYZ84.8185.7686.21-
YUV239.71121.96138.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 234 (91.80% from 255) = 32.59%
BLUE value IS 229 (89.84% from 255) = 31.89%
R=35.52%
G=32.59%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523422900.080.10011.5410094.9
HexFFEAE508A0c645f
Octal37735234501012014144137
Binary1111111111101010111001010100010100110011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAE5; }

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

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

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

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

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

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

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

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