#FAE3D6

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

Shades of Provincial Pink #FAE3D6

Tints of Provincial Pink #FAE3D6

Color information

#FAE3D6 (or 0xFAE3D6) is unknown color: approx Provincial Pink. HEX triplet: FA, E3 and D6. RGB value is (250,227,214). Sum of RGB (Red+Green+Blue) = 250+227+214=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 227 (89.06% from 255 or 32.85% from 691); Blue value is 214 (83.98% from 255 or 30.97% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3D6 is #051C29. Grayscale: #E8E8E8. Windows color (decimal): -334890 or 14083066. OLE color: 14083066.

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

Color convert

RGB250227214-
CMYK00.090.140.02
HSL21.67º78.26%90.98%-
HSV(B)21.67º14.4%98.04%-
XYZ79.0380.1274.92-
YUV232.4117.62140.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 227 (89.06% from 255) = 32.85%
BLUE value IS 214 (83.98% from 255) = 30.97%
R=36.18%
G=32.85%
B=30.97%

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
Decimal25022721400.090.140.0221.6778.2690.98
HexFAE3D609E2164e5b
Octal37234332601116226116133
Binary111110101110001111010110010011110101011010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3D6; }

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

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

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

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

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

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

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

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