#FAE3DC

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

Shades of Bridesmaid #FAE3DC

Tints of Bridesmaid #FAE3DC

Color information

#FAE3DC (or 0xFAE3DC) is unknown color: approx Bridesmaid. HEX triplet: FA, E3 and DC. RGB value is (250,227,220). Sum of RGB (Red+Green+Blue) = 250+227+220=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 227 (89.06% from 255 or 32.57% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE3DC is #051C23. Grayscale: #E9E9E9. Windows color (decimal): -334884 or 14476282. OLE color: 14476282.

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

Color convert

RGB250227220-
CMYK00.090.120.02
HSL14º75%92.16%-
HSV(B)14º12%98.04%-
XYZ79.8180.4379.03-
YUV233.08120.62140.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 227 (89.06% from 255) = 32.57%
BLUE value IS 220 (86.33% from 255) = 31.56%
R=35.87%
G=32.57%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022722000.090.120.02147592.16
HexFAE3DC09C2e4b5c
Octal37234333401114216113134
Binary11111010111000111101110001001110010111010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3DC; }

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

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

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

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

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

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

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

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