#FDE4DA

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

Shades of Bridesmaid #FDE4DA

Tints of Bridesmaid #FDE4DA

Color information

#FDE4DA (or 0xFDE4DA) is unknown color: approx Bridesmaid. HEX triplet: FD, E4 and DA. RGB value is (253,228,218). Sum of RGB (Red+Green+Blue) = 253+228+218=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 228 (89.45% from 255 or 32.62% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4DA is #021B25. Grayscale: #EAEAEA. Windows color (decimal): -138022 or 14345469. OLE color: 14345469.

HSL color Cylindrical-coordinate representation of color #FDE4DA: hue angle of 17.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDE4DA is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253228218-
CMYK00.100.140.01
HSL17.14º89.74%92.35%-
HSV(B)17.14º13.83%99.22%-
XYZ80.9181.4377.78-
YUV234.33118.78141.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.19%
GREEN value IS 228 (89.45% from 255) = 32.62%
BLUE value IS 218 (85.55% from 255) = 31.19%
R=36.19%
G=32.62%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322821800.100.140.0117.1489.7492.35
HexFDE4DA0AE1115a5c
Octal37534433201216121132134
Binary11111101111001001101101001010111011000110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4DA; }

 p { color: rgb(253,228,218); }

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

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

 a { background-color: rgb(253,228,218); }

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

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

 span { border-color: rgb(253,228,218); }

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