#FAE6E7

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

Shades of Pale Pink #FAE6E7

Tints of Pale Pink #FAE6E7

Color information

#FAE6E7 (or 0xFAE6E7) is unknown color: approx Pale Pink. HEX triplet: FA, E6 and E7. RGB value is (250,230,231). Sum of RGB (Red+Green+Blue) = 250+230+231=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 230 (90.23% from 255 or 32.35% from 711); Blue value is 231 (90.62% from 255 or 32.49% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6E7 is #051918. Grayscale: #ECECEC. Windows color (decimal): -334105 or 15197946. OLE color: 15197946.

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

Color convert

RGB250230231-
CMYK00.080.080.02
HSL357º66.67%94.12%-
HSV(B)357º8%98.04%-
XYZ82.1482.6987.23-
YUV236.09125.13137.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 230 (90.23% from 255) = 32.35%
BLUE value IS 231 (90.62% from 255) = 32.49%
R=35.16%
G=32.35%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023023100.080.080.0235766.6794.12
HexFAE6E70882165435e
Octal372346347010102545103136
Binary1111101011100110111001110100010001010110010110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6E7; }

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

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

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

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

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

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

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

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