#FAE5E0

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

Shades of Bridesmaid #FAE5E0

Tints of Bridesmaid #FAE5E0

Color information

#FAE5E0 (or 0xFAE5E0) is unknown color: approx Bridesmaid. HEX triplet: FA, E5 and E0. RGB value is (250,229,224). Sum of RGB (Red+Green+Blue) = 250+229+224=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 229 (89.84% from 255 or 32.57% from 703); Blue value is 224 (87.89% from 255 or 31.86% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5E0 is #051A1F. Grayscale: #EAEAEA. Windows color (decimal): -334368 or 14738938. OLE color: 14738938.

HSL color Cylindrical-coordinate representation of color #FAE5E0: hue angle of 11.54º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE5E0 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250229224-
CMYK00.080.100.02
HSL11.54º72.22%92.94%-
HSV(B)11.54º10.4%98.04%-
XYZ80.981.7482.04-
YUV234.71121.96138.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 229 (89.84% from 255) = 32.57%
BLUE value IS 224 (87.89% from 255) = 31.86%
R=35.56%
G=32.57%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022922400.080.100.0211.5472.2292.94
HexFAE5E008A2c485d
Octal37234534001012214110135
Binary11111010111001011110000001000101010110010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5E0; }

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

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

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

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

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

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

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

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