#FDE3D9

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

Shades of Bridesmaid #FDE3D9

Tints of Bridesmaid #FDE3D9

Color information

#FDE3D9 (or 0xFDE3D9) is unknown color: approx Bridesmaid. HEX triplet: FD, E3 and D9. RGB value is (253,227,217). Sum of RGB (Red+Green+Blue) = 253+227+217=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 227 (89.06% from 255 or 32.57% from 697); Blue value is 217 (85.16% from 255 or 31.13% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3D9 is #021C26. Grayscale: #E9E9E9. Windows color (decimal): -138279 or 14279677. OLE color: 14279677.

HSL color Cylindrical-coordinate representation of color #FDE3D9: hue angle of 16.67º 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 #FDE3D9 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253227217-
CMYK00.100.140.01
HSL16.67º90%92.16%-
HSV(B)16.67º14.23%99.22%-
XYZ80.580.8377-
YUV233.63118.61141.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.30%
GREEN value IS 227 (89.06% from 255) = 32.57%
BLUE value IS 217 (85.16% from 255) = 31.13%
R=36.30%
G=32.57%
B=31.13%

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
Decimal25322721700.100.140.0116.679092.16
HexFDE3D90AE1115a5c
Octal37534333101216121132134
Binary11111101111000111101100101010111011000110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3D9; }

 p { color: rgb(253,227,217); }

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

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

 a { background-color: rgb(253,227,217); }

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

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

 span { border-color: rgb(253,227,217); }

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