Html Css Color HEX #FDE5DC Bridesmaid

📋 copy color: '#FDE5DC'

red 253 ◦ green 229 ◦ blue 220

#FDE5DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bridesmaid #FDE5DC

Tints of Bridesmaid #FDE5DC

RGB

 RED value IS 253 (99.22% from 255) = 36.04%

 GREEN value IS 229 (89.84% from 255) = 32.62%

 BLUE value IS 220 (86.33% from 255) = 31.34%

R = 36.04%
G = 32.62%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDE5DC (or 0xFDE5DC) is known color: Bridesmaid. HEX triplet: FD, E5 and DC. RGB value is (253,229,220). Sum of RGB (Red+Green+Blue) = 253+229+220=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5DC is #021A23. Grayscale: #EBEBEB. Windows color (decimal): -137764 or 14476797. OLE color: 14476797.

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

Color convert

RGB 253 229 220 -
CMYK 0 0.09 0.13 0.01
HSL 16.36º 0.89% 0.93% -
HSV(B) 16.36º 0.13% 0.99% -
XYZ 81.45 82.09 79.26 -
YUV 235.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 253 229 220 0 0.09 0.13 0.01 16.36 0.89 0.93
Hex FD E5 DC 0 9 D 1 10 59 5D
Octal 375 345 334 0 11 15 1 20 131 135
Binary 11111101 11100101 11011100 0 1001 1101 1 10000 1011001 1011101

Color Harmonies of #FDE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5DC

Black with #FDE5DC

Text Example


Text Example

White with #FDE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5DC; }

 p { color: rgb(253,229,220); }

 H1.HeaderClassName
 {
   color: #FDE5DC;
 }
 .AnyTagClassName
 {
   color: #FDE5DC;
 }
</style>

background-color css

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

 a { background-color: rgb(253,229,220); }

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

border-color css

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

 span { border-color: rgb(253,229,220); }

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