#FAE3D9

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

Shades of Provincial Pink #FAE3D9

Tints of Provincial Pink #FAE3D9

Color information

#FAE3D9 (or 0xFAE3D9) is unknown color: approx Provincial Pink. HEX triplet: FA, E3 and D9. RGB value is (250,227,217). Sum of RGB (Red+Green+Blue) = 250+227+217=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 217 (85.16% from 255 or 31.27% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3D9 is #051C26. Grayscale: #E8E8E8. Windows color (decimal): -334887 or 14279674. OLE color: 14279674.

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

Color convert

RGB250227217-
CMYK00.090.130.02
HSL18.18º76.74%91.57%-
HSV(B)18.18º13.2%98.04%-
XYZ79.4280.2776.95-
YUV232.74119.12140.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 227 (89.06% from 255) = 32.71%
BLUE value IS 217 (85.16% from 255) = 31.27%
R=36.02%
G=32.71%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022721700.090.130.0218.1876.7491.57
HexFAE3D909D2124d5c
Octal37234333101115222115134
Binary111110101110001111011001010011101101001010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3D9; }

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

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

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

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

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

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

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

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