#FAE4E5

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

Shades of Pale Pink #FAE4E5

Tints of Pale Pink #FAE4E5

Color information

#FAE4E5 (or 0xFAE4E5) is unknown color: approx Pale Pink. HEX triplet: FA, E4 and E5. RGB value is (250,228,229). Sum of RGB (Red+Green+Blue) = 250+228+229=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 228 (89.45% from 255 or 32.25% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4E5 is #051B1A. Grayscale: #EAEAEA. Windows color (decimal): -334619 or 15066362. OLE color: 15066362.

HSL color Cylindrical-coordinate representation of color #FAE4E5: hue angle of 357.27º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE4E5 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250228229-
CMYK00.090.080.02
HSL357.27º68.75%93.73%-
HSV(B)357.27º8.8%98.04%-
XYZ81.3181.4785.57-
YUV234.69124.79138.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 228 (89.45% from 255) = 32.25%
BLUE value IS 229 (89.84% from 255) = 32.39%
R=35.36%
G=32.25%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022822900.090.080.02357.2768.7593.73
HexFAE4E50982165455e
Octal372344345011102545105136
Binary1111101011100100111001010100110001010110010110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4E5; }

 p { color: rgb(250,228,229); }

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

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

 a { background-color: rgb(250,228,229); }

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

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

 span { border-color: rgb(250,228,229); }

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