#FAE7E2

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

Shades of Wisp Pink #FAE7E2

Tints of Wisp Pink #FAE7E2

Color information

#FAE7E2 (or 0xFAE7E2) is unknown color: approx Wisp Pink. HEX triplet: FA, E7 and E2. RGB value is (250,231,226). Sum of RGB (Red+Green+Blue) = 250+231+226=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 231 (90.62% from 255 or 32.67% from 707); Blue value is 226 (88.67% from 255 or 31.97% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7E2 is #05181D. Grayscale: #ECECEC. Windows color (decimal): -333854 or 14870522. OLE color: 14870522.

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

Color convert

RGB250231226-
CMYK00.080.100.02
HSL12.5º70.59%93.33%-
HSV(B)12.5º9.6%98.04%-
XYZ81.7382.9783.66-
YUV236.11122.29137.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 231 (90.62% from 255) = 32.67%
BLUE value IS 226 (88.67% from 255) = 31.97%
R=35.36%
G=32.67%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023122600.080.100.0212.570.5993.33
HexFAE7E208A2d475d
Octal37234734201012215107135
Binary11111010111001111110001001000101010110110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7E2; }

 p { color: rgb(250,231,226); }

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

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

 a { background-color: rgb(250,231,226); }

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

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

 span { border-color: rgb(250,231,226); }

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