#FAE4DD

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

Shades of Bridesmaid #FAE4DD

Tints of Bridesmaid #FAE4DD

Color information

#FAE4DD (or 0xFAE4DD) is unknown color: approx Bridesmaid. HEX triplet: FA, E4 and DD. RGB value is (250,228,221). Sum of RGB (Red+Green+Blue) = 250+228+221=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4DD is #051B22. Grayscale: #E9E9E9. Windows color (decimal): -334627 or 14542074. OLE color: 14542074.

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

Color convert

RGB250228221-
CMYK00.090.120.02
HSL14.48º74.36%92.35%-
HSV(B)14.48º11.6%98.04%-
XYZ80.2281.0379.82-
YUV233.78120.79139.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.77%
GREEN value IS 228 (89.45% from 255) = 32.62%
BLUE value IS 221 (86.72% from 255) = 31.62%
R=35.77%
G=32.62%
B=31.62%

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
Decimal25022822100.090.120.0214.4874.3692.35
HexFAE4DD09C2e4a5c
Octal37234433501114216112134
Binary11111010111001001101110101001110010111010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4DD; }

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

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

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

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

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

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

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

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