#FAE1D2

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

Shades of Provincial Pink #FAE1D2

Tints of Provincial Pink #FAE1D2

Color information

#FAE1D2 (or 0xFAE1D2) is unknown color: approx Provincial Pink. HEX triplet: FA, E1 and D2. RGB value is (250,225,210). Sum of RGB (Red+Green+Blue) = 250+225+210=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1D2 is #051E2D. Grayscale: #E6E6E6. Windows color (decimal): -335406 or 13820410. OLE color: 13820410.

HSL color Cylindrical-coordinate representation of color #FAE1D2: hue angle of 22.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAE1D2 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250225210-
CMYK00.100.160.02
HSL22.5º80%90.2%-
HSV(B)22.5º16%98.04%-
XYZ77.9878.8372.08-
YUV230.76116.28141.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 225 (88.28% from 255) = 32.85%
BLUE value IS 210 (82.42% from 255) = 30.66%
R=36.50%
G=32.85%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022521000.100.160.0222.58090.2
HexFAE1D20A10217505a
Octal37234132201220227120132
Binary1111101011100001110100100101010000101011110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1D2; }

 p { color: rgb(250,225,210); }

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

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

 a { background-color: rgb(250,225,210); }

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

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

 span { border-color: rgb(250,225,210); }

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