#FEEAE4

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

Shades of Wisp Pink #FEEAE4

Tints of Wisp Pink #FEEAE4

Color information

#FEEAE4 (or 0xFEEAE4) is unknown color: approx Wisp Pink. HEX triplet: FE, EA and E4. RGB value is (254,234,228). Sum of RGB (Red+Green+Blue) = 254+234+228=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 228 (89.45% from 255 or 31.84% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAE4 is #01151B. Grayscale: #EFEFEF. Windows color (decimal): -70940 or 15002366. OLE color: 15002366.

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

Color convert

RGB254234228-
CMYK00.080.100.00
HSL13.85º92.86%94.51%-
HSV(B)13.85º10.24%99.61%-
XYZ84.385.5285.46-
YUV239.3121.63138.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 234 (91.80% from 255) = 32.68%
BLUE value IS 228 (89.45% from 255) = 31.84%
R=35.47%
G=32.68%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423422800.080.100.0013.8592.8694.51
HexFEEAE408A0e5d5f
Octal37635234401012016135137
Binary1111111011101010111001000100010100111010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAE4; }

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

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

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

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

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

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

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

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