#FDE4DB

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

Shades of Bridesmaid #FDE4DB

Tints of Bridesmaid #FDE4DB

Color information

#FDE4DB (or 0xFDE4DB) is unknown color: approx Bridesmaid. HEX triplet: FD, E4 and DB. RGB value is (253,228,219). Sum of RGB (Red+Green+Blue) = 253+228+219=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4DB is #021B24. Grayscale: #EAEAEA. Windows color (decimal): -138021 or 14411005. OLE color: 14411005.

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

Color convert

RGB253228219-
CMYK00.100.130.01
HSL15.88º89.47%92.55%-
HSV(B)15.88º13.44%99.22%-
XYZ81.0481.4878.47-
YUV234.45119.28141.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 228 (89.45% from 255) = 32.57%
BLUE value IS 219 (85.94% from 255) = 31.29%
R=36.14%
G=32.57%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322821900.100.130.0115.8889.4792.55
HexFDE4DB0AD110595d
Octal37534433301215120131135
Binary11111101111001001101101101010110111000010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4DB; }

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

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

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

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

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

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

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

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