#FAECE8

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

Shades of Wisp Pink #FAECE8

Tints of Wisp Pink #FAECE8

Color information

#FAECE8 (or 0xFAECE8) is unknown color: approx Wisp Pink. HEX triplet: FA, EC and E8. RGB value is (250,236,232). Sum of RGB (Red+Green+Blue) = 250+236+232=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 236 (92.58% from 255 or 32.87% from 718); Blue value is 232 (91.02% from 255 or 32.31% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECE8 is #051317. Grayscale: #EFEFEF. Windows color (decimal): -332568 or 15265018. OLE color: 15265018.

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

Color convert

RGB250236232-
CMYK00.060.070.02
HSL13.33º64.29%94.51%-
HSV(B)13.33º7.2%98.04%-
XYZ83.9986.1488.54-
YUV239.73123.64135.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 236 (92.58% from 255) = 32.87%
BLUE value IS 232 (91.02% from 255) = 32.31%
R=34.82%
G=32.87%
B=32.31%

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
Decimal25023623200.060.070.0213.3364.2994.51
HexFAECE80672d405f
Octal372354350067215100137
Binary111110101110110011101000011011110110110000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECE8; }

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

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

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

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

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

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

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

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