#FFEAE4

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

Shades of Wisp Pink #FFEAE4

Tints of Wisp Pink #FFEAE4

Color information

#FFEAE4 (or 0xFFEAE4) is unknown color: approx Wisp Pink. HEX triplet: FF, EA and E4. RGB value is (255,234,228). Sum of RGB (Red+Green+Blue) = 255+234+228=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 228 (89.45% from 255 or 31.80% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAE4 is #00151B. Grayscale: #EFEFEF. Windows color (decimal): -5404 or 15002367. OLE color: 15002367.

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

Color convert

RGB255234228-
CMYK00.080.110
HSL13.33º100%94.71%-
HSV(B)13.33º10.59%100%-
XYZ84.6785.7185.48-
YUV239.6121.46138.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.56%
GREEN value IS 234 (91.80% from 255) = 32.64%
BLUE value IS 228 (89.45% from 255) = 31.80%
R=35.56%
G=32.64%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523422800.080.11013.3310094.71
HexFFEAE408B0d645f
Octal37735234401013015144137
Binary1111111111101010111001000100010110110111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAE4; }

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

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

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

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

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

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

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

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