#FAE8E9

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

Shades of Pale Pink #FAE8E9

Tints of Pale Pink #FAE8E9

Color information

#FAE8E9 (or 0xFAE8E9) is unknown color: approx Pale Pink. HEX triplet: FA, E8 and E9. RGB value is (250,232,233). Sum of RGB (Red+Green+Blue) = 250+232+233=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 232 (91.02% from 255 or 32.45% from 715); Blue value is 233 (91.41% from 255 or 32.59% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8E9 is #051716. Grayscale: #EDEDED. Windows color (decimal): -333591 or 15329530. OLE color: 15329530.

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

Color convert

RGB250232233-
CMYK00.070.070.02
HSL356.67º64.29%94.51%-
HSV(B)356.67º7.2%98.04%-
XYZ82.9983.9288.92-
YUV237.5125.46136.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.97%
GREEN value IS 232 (91.02% from 255) = 32.45%
BLUE value IS 233 (91.41% from 255) = 32.59%
R=34.97%
G=32.45%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023223300.070.070.02356.6764.2994.51
HexFAE8E90772165405f
Octal3723503510772545100137
Binary11111010111010001110100101111111010110010110000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8E9; }

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

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

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

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

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

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

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

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