#FAE1DA

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

Shades of Bridesmaid #FAE1DA

Tints of Bridesmaid #FAE1DA

Color information

#FAE1DA (or 0xFAE1DA) is unknown color: approx Bridesmaid. HEX triplet: FA, E1 and DA. RGB value is (250,225,218). Sum of RGB (Red+Green+Blue) = 250+225+218=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 225 (88.28% from 255 or 32.47% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1DA is #051E25. Grayscale: #E7E7E7. Windows color (decimal): -335398 or 14344698. OLE color: 14344698.

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

Color convert

RGB250225218-
CMYK00.100.130.02
HSL13.13º76.19%91.76%-
HSV(B)13.13º12.8%98.04%-
XYZ7979.2477.46-
YUV231.68120.28141.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 225 (88.28% from 255) = 32.47%
BLUE value IS 218 (85.55% from 255) = 31.46%
R=36.08%
G=32.47%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022521800.100.130.0213.1376.1991.76
HexFAE1DA0AD2d4c5c
Octal37234133201215215114134
Binary11111010111000011101101001010110110110110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1DA; }

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

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

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

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

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

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

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

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