Html Css Color HEX #FDE3DB Bridesmaid

📋 copy color: '#FDE3DB'

red 253 ◦ green 227 ◦ blue 219

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

Shades of Bridesmaid #FDE3DB

Tints of Bridesmaid #FDE3DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.33%

R = 36.19%
G = 32.47%
B = 31.33%

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

#FDE3DB (or 0xFDE3DB) is known color: Bridesmaid. HEX triplet: FD, E3 and DB. RGB value is (253,227,219). Sum of RGB (Red+Green+Blue) = 253+227+219=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3DB is #021C24. Grayscale: #E9E9E9. Windows color (decimal): -138277 or 14410749. OLE color: 14410749.

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

Color convert

RGB 253 227 219 -
CMYK 0 0.10 0.13 0.01
HSL 14.12º 0.89% 0.93% -
HSV(B) 14.12º 0.13% 0.99% -
XYZ 80.76 80.94 78.38 -
YUV 233.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 253 227 219 0 0.10 0.13 0.01 14.12 0.89 0.93
Hex FD E3 DB 0 A D 1 E 59 5D
Octal 375 343 333 0 12 15 1 16 131 135
Binary 11111101 11100011 11011011 0 1010 1101 1 1110 1011001 1011101

Color Harmonies of #FDE3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3DB

Black with #FDE3DB

Text Example


Text Example

White with #FDE3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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