#FAE8E3

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

Shades of Wisp Pink #FAE8E3

Tints of Wisp Pink #FAE8E3

Color information

#FAE8E3 (or 0xFAE8E3) is unknown color: approx Wisp Pink. HEX triplet: FA, E8 and E3. RGB value is (250,232,227). Sum of RGB (Red+Green+Blue) = 250+232+227=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 232 (91.02% from 255 or 32.72% from 709); Blue value is 227 (89.06% from 255 or 32.02% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8E3 is #05171C. Grayscale: #ECECEC. Windows color (decimal): -333597 or 14936314. OLE color: 14936314.

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

Color convert

RGB250232227-
CMYK00.070.090.02
HSL13.04º69.7%93.53%-
HSV(B)13.04º9.2%98.04%-
XYZ82.1583.5884.48-
YUV236.81122.46137.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 232 (91.02% from 255) = 32.72%
BLUE value IS 227 (89.06% from 255) = 32.02%
R=35.26%
G=32.72%
B=32.02%

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
Decimal25023222700.070.090.0213.0469.793.53
HexFAE8E30792d465e
Octal3723503430711215106136
Binary1111101011101000111000110111100110110110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8E3; }

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

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

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

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

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

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

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

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