#FDE6DE

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

Shades of Bridesmaid #FDE6DE

Tints of Bridesmaid #FDE6DE

Color information

#FDE6DE (or 0xFDE6DE) is unknown color: approx Bridesmaid. HEX triplet: FD, E6 and DE. RGB value is (253,230,222). Sum of RGB (Red+Green+Blue) = 253+230+222=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 230 (90.23% from 255 or 32.62% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6DE is #021921. Grayscale: #ECECEC. Windows color (decimal): -137506 or 14608125. OLE color: 14608125.

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

Color convert

RGB253230222-
CMYK00.090.120.01
HSL15.48º88.57%93.14%-
HSV(B)15.48º12.25%99.22%-
XYZ81.9982.7580.76-
YUV235.96120.12140.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 230 (90.23% from 255) = 32.62%
BLUE value IS 222 (87.11% from 255) = 31.49%
R=35.89%
G=32.62%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323022200.090.120.0115.4888.5793.14
HexFDE6DE09C1f595d
Octal37534633601114117131135
Binary1111110111100110110111100100111001111110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE6DE; }

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

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

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

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

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

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

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

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