#FAE2D2

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

Shades of Provincial Pink #FAE2D2

Tints of Provincial Pink #FAE2D2

Color information

#FAE2D2 (or 0xFAE2D2) is unknown color: approx Provincial Pink. HEX triplet: FA, E2 and D2. RGB value is (250,226,210). Sum of RGB (Red+Green+Blue) = 250+226+210=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 210 (82.42% from 255 or 30.61% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2D2 is #051D2D. Grayscale: #E7E7E7. Windows color (decimal): -335150 or 13820666. OLE color: 13820666.

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

Color convert

RGB250226210-
CMYK00.100.160.02
HSL24º80%90.2%-
HSV(B)24º16%98.04%-
XYZ78.2579.3772.17-
YUV231.35115.95141.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 226 (88.67% from 255) = 32.94%
BLUE value IS 210 (82.42% from 255) = 30.61%
R=36.44%
G=32.94%
B=30.61%

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
Decimal25022621000.100.160.02248090.2
HexFAE2D20A10218505a
Octal37234232201220230120132
Binary1111101011100010110100100101010000101100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2D2; }

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

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

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

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

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

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

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

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