#FDE6E0

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

Shades of Bridesmaid #FDE6E0

Tints of Bridesmaid #FDE6E0

Color information

#FDE6E0 (or 0xFDE6E0) is unknown color: approx Bridesmaid. HEX triplet: FD, E6 and E0. RGB value is (253,230,224). Sum of RGB (Red+Green+Blue) = 253+230+224=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 224 (87.89% from 255 or 31.68% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6E0 is #02191F. Grayscale: #ECECEC. Windows color (decimal): -137504 or 14739197. OLE color: 14739197.

HSL color Cylindrical-coordinate representation of color #FDE6E0: hue angle of 12.41º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE6E0 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253230224-
CMYK00.090.110.01
HSL12.41º87.88%93.53%-
HSV(B)12.41º11.46%99.22%-
XYZ82.2682.8682.18-
YUV236.19121.12139.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 230 (90.23% from 255) = 32.53%
BLUE value IS 224 (87.89% from 255) = 31.68%
R=35.79%
G=32.53%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323022400.090.110.0112.4187.8893.53
HexFDE6E009B1c585e
Octal37534634001113114130136
Binary1111110111100110111000000100110111110010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE6E0; }

 p { color: rgb(253,230,224); }

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

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

 a { background-color: rgb(253,230,224); }

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

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

 span { border-color: rgb(253,230,224); }

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