#FAE3DA

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

Shades of Provincial Pink #FAE3DA

Tints of Provincial Pink #FAE3DA

Color information

#FAE3DA (or 0xFAE3DA) is unknown color: approx Provincial Pink. HEX triplet: FA, E3 and DA. RGB value is (250,227,218). Sum of RGB (Red+Green+Blue) = 250+227+218=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 227 (89.06% from 255 or 32.66% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3DA is #051C25. Grayscale: #E8E8E8. Windows color (decimal): -334886 or 14345210. OLE color: 14345210.

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

Color convert

RGB250227218-
CMYK00.090.130.02
HSL16.88º76.19%91.76%-
HSV(B)16.88º12.8%98.04%-
XYZ79.5580.3277.64-
YUV232.85119.62140.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 227 (89.06% from 255) = 32.66%
BLUE value IS 218 (85.55% from 255) = 31.37%
R=35.97%
G=32.66%
B=31.37%

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
Decimal25022721800.090.130.0216.8876.1991.76
HexFAE3DA09D2114c5c
Octal37234333201115221114134
Binary111110101110001111011010010011101101000110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3DA; }

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

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

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

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

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

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

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

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