#FAE0D3

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

Shades of Provincial Pink #FAE0D3

Tints of Provincial Pink #FAE0D3

Color information

#FAE0D3 (or 0xFAE0D3) is unknown color: approx Provincial Pink. HEX triplet: FA, E0 and D3. RGB value is (250,224,211). Sum of RGB (Red+Green+Blue) = 250+224+211=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 211 (82.81% from 255 or 30.80% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0D3 is #051F2C. Grayscale: #E6E6E6. Windows color (decimal): -335661 or 13885690. OLE color: 13885690.

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

Color convert

RGB250224211-
CMYK00.100.160.02
HSL20º79.59%90.39%-
HSV(B)20º15.6%98.04%-
XYZ77.8478.3472.65-
YUV230.29117.11142.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 224 (87.89% from 255) = 32.70%
BLUE value IS 211 (82.81% from 255) = 30.80%
R=36.50%
G=32.70%
B=30.80%

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
Decimal25022421100.100.160.022079.5990.39
HexFAE0D30A10214505a
Octal37234032301220224120132
Binary1111101011100000110100110101010000101010010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0D3; }

 p { color: rgb(250,224,211); }

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

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

 a { background-color: rgb(250,224,211); }

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

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

 span { border-color: rgb(250,224,211); }

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