#FAE9E4

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

Shades of Wisp Pink #FAE9E4

Tints of Wisp Pink #FAE9E4

Color information

#FAE9E4 (or 0xFAE9E4) is unknown color: approx Wisp Pink. HEX triplet: FA, E9 and E4. RGB value is (250,233,228). Sum of RGB (Red+Green+Blue) = 250+233+228=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 233 (91.41% from 255 or 32.77% from 711); Blue value is 228 (89.45% from 255 or 32.07% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9E4 is #05161B. Grayscale: #EDEDED. Windows color (decimal): -333340 or 15002106. OLE color: 15002106.

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

Color convert

RGB250233228-
CMYK00.070.090.02
HSL13.64º68.75%93.73%-
HSV(B)13.64º8.8%98.04%-
XYZ82.5784.285.3-
YUV237.51122.63136.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 233 (91.41% from 255) = 32.77%
BLUE value IS 228 (89.45% from 255) = 32.07%
R=35.16%
G=32.77%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023322800.070.090.0213.6468.7593.73
HexFAE9E40792e455e
Octal3723513440711216105136
Binary1111101011101001111001000111100110111010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9E4; }

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

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

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

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

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

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

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

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