Html Css Color HEX #FDE3DD Bridesmaid

📋 copy color: '#FDE3DD'

red 253 ◦ green 227 ◦ blue 221

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

Shades of Bridesmaid #FDE3DD

Tints of Bridesmaid #FDE3DD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.38%

 BLUE value IS 221 (86.72% from 255) = 31.53%

R = 36.09%
G = 32.38%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDE3DD (or 0xFDE3DD) is known color: Bridesmaid. HEX triplet: FD, E3 and DD. RGB value is (253,227,221). Sum of RGB (Red+Green+Blue) = 253+227+221=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 227 (89.06% from 255 or 32.38% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3DD is #021C22. Grayscale: #EAEAEA. Windows color (decimal): -138275 or 14541821. OLE color: 14541821.

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

Color convert

RGB 253 227 221 -
CMYK 0 0.10 0.13 0.01
HSL 11.25º 0.89% 0.93% -
HSV(B) 11.25º 0.13% 0.99% -
XYZ 81.03 81.04 79.78 -
YUV 234.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 253 227 221 0 0.10 0.13 0.01 11.25 0.89 0.93
Hex FD E3 DD 0 A D 1 B 59 5D
Octal 375 343 335 0 12 15 1 13 131 135
Binary 11111101 11100011 11011101 0 1010 1101 1 1011 1011001 1011101

Color Harmonies of #FDE3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3DD

Black with #FDE3DD

Text Example


Text Example

White with #FDE3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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