#FAE7E8

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

Shades of Pale Pink #FAE7E8

Tints of Pale Pink #FAE7E8

Color information

#FAE7E8 (or 0xFAE7E8) is unknown color: approx Pale Pink. HEX triplet: FA, E7 and E8. RGB value is (250,231,232). Sum of RGB (Red+Green+Blue) = 250+231+232=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 232 (91.02% from 255 or 32.54% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7E8 is #051817. Grayscale: #ECECEC. Windows color (decimal): -333848 or 15263738. OLE color: 15263738.

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

Color convert

RGB250231232-
CMYK00.080.070.02
HSL356.84º65.52%94.31%-
HSV(B)356.84º7.6%98.04%-
XYZ82.5783.388.07-
YUV236.8125.29137.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 231 (90.62% from 255) = 32.40%
BLUE value IS 232 (91.02% from 255) = 32.54%
R=35.06%
G=32.40%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023123200.080.070.02356.8465.5294.31
HexFAE7E80872165425e
Octal37234735001072545102136
Binary111110101110011111101000010001111010110010110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7E8; }

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

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

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

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

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

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

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

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