#FAE8E4

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

Shades of Wisp Pink #FAE8E4

Tints of Wisp Pink #FAE8E4

Color information

#FAE8E4 (or 0xFAE8E4) is unknown color: approx Wisp Pink. HEX triplet: FA, E8 and E4. RGB value is (250,232,228). Sum of RGB (Red+Green+Blue) = 250+232+228=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 232 (91.02% from 255 or 32.68% from 710); Blue value is 228 (89.45% from 255 or 32.11% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8E4 is #05171B. Grayscale: #ECECEC. Windows color (decimal): -333596 or 15001850. OLE color: 15001850.

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

Color convert

RGB250232228-
CMYK00.070.090.02
HSL10.91º68.75%93.73%-
HSV(B)10.91º8.8%98.04%-
XYZ82.2883.6485.21-
YUV236.93122.96137.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 232 (91.02% from 255) = 32.68%
BLUE value IS 228 (89.45% from 255) = 32.11%
R=35.21%
G=32.68%
B=32.11%

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
Decimal25023222800.070.090.0210.9168.7593.73
HexFAE8E40792b455e
Octal3723503440711213105136
Binary1111101011101000111001000111100110101110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8E4; }

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

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

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

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

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

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

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

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