#FAEBE7

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

Shades of Wisp Pink #FAEBE7

Tints of Wisp Pink #FAEBE7

Color information

#FAEBE7 (or 0xFAEBE7) is unknown color: approx Wisp Pink. HEX triplet: FA, EB and E7. RGB value is (250,235,231). Sum of RGB (Red+Green+Blue) = 250+235+231=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 235 (92.19% from 255 or 32.82% from 716); Blue value is 231 (90.62% from 255 or 32.26% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBE7 is #051418. Grayscale: #EFEFEF. Windows color (decimal): -332825 or 15199226. OLE color: 15199226.

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

Color convert

RGB250235231-
CMYK00.060.080.02
HSL12.63º65.52%94.31%-
HSV(B)12.63º7.6%98.04%-
XYZ83.5685.5187.7-
YUV239.03123.47135.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 235 (92.19% from 255) = 32.82%
BLUE value IS 231 (90.62% from 255) = 32.26%
R=34.92%
G=32.82%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023523100.060.080.0212.6365.5294.31
HexFAEBE70682d425e
Octal3723533470610215102136
Binary1111101011101011111001110110100010110110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBE7; }

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

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

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

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

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

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

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

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