#FAE4DA

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

Shades of Provincial Pink #FAE4DA

Tints of Provincial Pink #FAE4DA

Color information

#FAE4DA (or 0xFAE4DA) is unknown color: approx Provincial Pink. HEX triplet: FA, E4 and DA. RGB value is (250,228,218). Sum of RGB (Red+Green+Blue) = 250+228+218=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 228 (89.45% from 255 or 32.76% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4DA is #051B25. Grayscale: #E9E9E9. Windows color (decimal): -334630 or 14345466. OLE color: 14345466.

HSL color Cylindrical-coordinate representation of color #FAE4DA: hue angle of 18.75º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAE4DA is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250228218-
CMYK00.090.130.02
HSL18.75º76.19%91.76%-
HSV(B)18.75º12.8%98.04%-
XYZ79.8280.8777.73-
YUV233.44119.29139.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 228 (89.45% from 255) = 32.76%
BLUE value IS 218 (85.55% from 255) = 31.32%
R=35.92%
G=32.76%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022821800.090.130.0218.7576.1991.76
HexFAE4DA09D2134c5c
Octal37234433201115223114134
Binary111110101110010011011010010011101101001110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4DA; }

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

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

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

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

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

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

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

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