#FAE5DA

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

Shades of Provincial Pink #FAE5DA

Tints of Provincial Pink #FAE5DA

Color information

#FAE5DA (or 0xFAE5DA) is unknown color: approx Provincial Pink. HEX triplet: FA, E5 and DA. RGB value is (250,229,218). Sum of RGB (Red+Green+Blue) = 250+229+218=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5DA is #051A25. Grayscale: #EAEAEA. Windows color (decimal): -334374 or 14345722. OLE color: 14345722.

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

Color convert

RGB250229218-
CMYK00.080.130.02
HSL20.63º76.19%91.76%-
HSV(B)20.63º12.8%98.04%-
XYZ80.181.4277.82-
YUV234.02118.96139.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 229 (89.84% from 255) = 32.86%
BLUE value IS 218 (85.55% from 255) = 31.28%
R=35.87%
G=32.86%
B=31.28%

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
Decimal25022921800.080.130.0220.6376.1991.76
HexFAE5DA08D2154c5c
Octal37234533201015225114134
Binary111110101110010111011010010001101101010110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5DA; }

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

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

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

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

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

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

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

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