#FAE5D9

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

Shades of Provincial Pink #FAE5D9

Tints of Provincial Pink #FAE5D9

Color information

#FAE5D9 (or 0xFAE5D9) is unknown color: approx Provincial Pink. HEX triplet: FA, E5 and D9. RGB value is (250,229,217). Sum of RGB (Red+Green+Blue) = 250+229+217=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 217 (85.16% from 255 or 31.18% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5D9 is #051A26. Grayscale: #E9E9E9. Windows color (decimal): -334375 or 14280186. OLE color: 14280186.

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

Color convert

RGB250229217-
CMYK00.080.130.02
HSL21.82º76.74%91.57%-
HSV(B)21.82º13.2%98.04%-
XYZ79.9781.3777.14-
YUV233.91118.46139.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 229 (89.84% from 255) = 32.90%
BLUE value IS 217 (85.16% from 255) = 31.18%
R=35.92%
G=32.90%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022921700.080.130.0221.8276.7491.57
HexFAE5D908D2164d5c
Octal37234533101015226115134
Binary111110101110010111011001010001101101011010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5D9; }

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

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

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

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

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

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

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

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