#FAE4D6

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

Shades of Provincial Pink #FAE4D6

Tints of Provincial Pink #FAE4D6

Color information

#FAE4D6 (or 0xFAE4D6) is unknown color: approx Provincial Pink. HEX triplet: FA, E4 and D6. RGB value is (250,228,214). Sum of RGB (Red+Green+Blue) = 250+228+214=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 228 (89.45% from 255 or 32.95% from 692); Blue value is 214 (83.98% from 255 or 30.92% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4D6 is #051B29. Grayscale: #E9E9E9. Windows color (decimal): -334634 or 14083322. OLE color: 14083322.

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

Color convert

RGB250228214-
CMYK00.090.140.02
HSL23.33º78.26%90.98%-
HSV(B)23.33º14.4%98.04%-
XYZ79.3180.6775.01-
YUV232.98117.29140.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 228 (89.45% from 255) = 32.95%
BLUE value IS 214 (83.98% from 255) = 30.92%
R=36.13%
G=32.95%
B=30.92%

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
Decimal25022821400.090.140.0223.3378.2690.98
HexFAE4D609E2174e5b
Octal37234432601116227116133
Binary111110101110010011010110010011110101011110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4D6; }

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

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

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

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

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

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

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

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