#FAE5D8

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

Shades of Provincial Pink #FAE5D8

Tints of Provincial Pink #FAE5D8

Color information

#FAE5D8 (or 0xFAE5D8) is unknown color: approx Provincial Pink. HEX triplet: FA, E5 and D8. RGB value is (250,229,216). Sum of RGB (Red+Green+Blue) = 250+229+216=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 216 (84.77% from 255 or 31.08% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5D8 is #051A27. Grayscale: #E9E9E9. Windows color (decimal): -334376 or 14214650. OLE color: 14214650.

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

Color convert

RGB250229216-
CMYK00.080.140.02
HSL22.94º77.27%91.37%-
HSV(B)22.94º13.6%98.04%-
XYZ79.8481.3276.45-
YUV233.8117.96139.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 229 (89.84% from 255) = 32.95%
BLUE value IS 216 (84.77% from 255) = 31.08%
R=35.97%
G=32.95%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022921600.080.140.0222.9477.2791.37
HexFAE5D808E2174d5b
Octal37234533001016227115133
Binary111110101110010111011000010001110101011110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5D8; }

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

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

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

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

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

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

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

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