#FAEAE4

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

Shades of Wisp Pink #FAEAE4

Tints of Wisp Pink #FAEAE4

Color information

#FAEAE4 (or 0xFAEAE4) is unknown color: approx Wisp Pink. HEX triplet: FA, EA and E4. RGB value is (250,234,228). Sum of RGB (Red+Green+Blue) = 250+234+228=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 228 (89.45% from 255 or 32.02% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAE4 is #05151B. Grayscale: #EEEEEE. Windows color (decimal): -333084 or 15002362. OLE color: 15002362.

HSL color Cylindrical-coordinate representation of color #FAEAE4: hue angle of 16.36º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAEAE4 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250234228-
CMYK00.060.090.02
HSL16.36º68.75%93.73%-
HSV(B)16.36º8.8%98.04%-
XYZ82.8584.7785.39-
YUV238.1122.3136.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 234 (91.80% from 255) = 32.87%
BLUE value IS 228 (89.45% from 255) = 32.02%
R=35.11%
G=32.87%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023422800.060.090.0216.3668.7593.73
HexFAEAE4069210455e
Octal3723523440611220105136
Binary11111010111010101110010001101001101000010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAE4; }

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

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

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

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

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

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

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

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