#FAE4D8

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

Shades of Provincial Pink #FAE4D8

Tints of Provincial Pink #FAE4D8

Color information

#FAE4D8 (or 0xFAE4D8) is unknown color: approx Provincial Pink. HEX triplet: FA, E4 and D8. RGB value is (250,228,216). Sum of RGB (Red+Green+Blue) = 250+228+216=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 228 (89.45% from 255 or 32.85% from 694); Blue value is 216 (84.77% from 255 or 31.12% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4D8 is #051B27. Grayscale: #E9E9E9. Windows color (decimal): -334632 or 14214394. OLE color: 14214394.

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

Color convert

RGB250228216-
CMYK00.090.140.02
HSL21.18º77.27%91.37%-
HSV(B)21.18º13.6%98.04%-
XYZ79.5680.7776.36-
YUV233.21118.29139.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 228 (89.45% from 255) = 32.85%
BLUE value IS 216 (84.77% from 255) = 31.12%
R=36.02%
G=32.85%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022821600.090.140.0221.1877.2791.37
HexFAE4D809E2154d5b
Octal37234433001116225115133
Binary111110101110010011011000010011110101010110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4D8; }

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

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

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

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

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

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

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

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