Html Css Color HEX #FDE5DE Bridesmaid

📋 copy color: '#FDE5DE'

red 253 ◦ green 229 ◦ blue 222

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

Shades of Bridesmaid #FDE5DE

Tints of Bridesmaid #FDE5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.53%

R = 35.94%
G = 32.53%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDE5DE (or 0xFDE5DE) is known color: Bridesmaid. HEX triplet: FD, E5 and DE. RGB value is (253,229,222). Sum of RGB (Red+Green+Blue) = 253+229+222=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 222 (87.11% from 255 or 31.53% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5DE is #021A21. Grayscale: #EBEBEB. Windows color (decimal): -137762 or 14607869. OLE color: 14607869.

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

Color convert

RGB 253 229 222 -
CMYK 0 0.09 0.12 0.01
HSL 13.55º 0.89% 0.93% -
HSV(B) 13.55º 0.12% 0.99% -
XYZ 81.71 82.2 80.67 -
YUV 235.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 253 229 222 0 0.09 0.12 0.01 13.55 0.89 0.93
Hex FD E5 DE 0 9 C 1 E 59 5D
Octal 375 345 336 0 11 14 1 16 131 135
Binary 11111101 11100101 11011110 0 1001 1100 1 1110 1011001 1011101

Color Harmonies of #FDE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5DE

Black with #FDE5DE

Text Example


Text Example

White with #FDE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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