#FAECE9

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

Shades of Wisp Pink #FAECE9

Tints of Wisp Pink #FAECE9

Color information

#FAECE9 (or 0xFAECE9) is unknown color: approx Wisp Pink. HEX triplet: FA, EC and E9. RGB value is (250,236,233). Sum of RGB (Red+Green+Blue) = 250+236+233=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 233 (91.41% from 255 or 32.41% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECE9 is #051316. Grayscale: #EFEFEF. Windows color (decimal): -332567 or 15330554. OLE color: 15330554.

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

Color convert

RGB250236233-
CMYK00.060.070.02
HSL10.59º62.96%94.71%-
HSV(B)10.59º6.8%98.04%-
XYZ84.1386.289.29-
YUV239.84124.14135.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 236 (92.58% from 255) = 32.82%
BLUE value IS 233 (91.41% from 255) = 32.41%
R=34.77%
G=32.82%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023623300.060.070.0210.5962.9694.71
HexFAECE90672b3f5f
Octal37235435106721377137
Binary11111010111011001110100101101111010111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECE9; }

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

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

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

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

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

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

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

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