#FAE2D9

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

Shades of Provincial Pink #FAE2D9

Tints of Provincial Pink #FAE2D9

Color information

#FAE2D9 (or 0xFAE2D9) is unknown color: approx Provincial Pink. HEX triplet: FA, E2 and D9. RGB value is (250,226,217). Sum of RGB (Red+Green+Blue) = 250+226+217=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 217 (85.16% from 255 or 31.31% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2D9 is #051D26. Grayscale: #E8E8E8. Windows color (decimal): -335143 or 14279418. OLE color: 14279418.

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

Color convert

RGB250226217-
CMYK00.100.130.02
HSL16.36º76.74%91.57%-
HSV(B)16.36º13.2%98.04%-
XYZ79.1579.7376.86-
YUV232.15119.45140.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 226 (88.67% from 255) = 32.61%
BLUE value IS 217 (85.16% from 255) = 31.31%
R=36.08%
G=32.61%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022621700.100.130.0216.3676.7491.57
HexFAE2D90AD2104d5c
Octal37234233101215220115134
Binary111110101110001011011001010101101101000010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2D9; }

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

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

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

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

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

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

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

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