Html Css Color HEX #FDE5DB Bridesmaid

📋 copy color: '#FDE5DB'

red 253 ◦ green 229 ◦ blue 219

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

Shades of Bridesmaid #FDE5DB

Tints of Bridesmaid #FDE5DB

RGB

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

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

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

R = 36.09%
G = 32.67%
B = 31.24%

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

#FDE5DB (or 0xFDE5DB) is known color: Bridesmaid. HEX triplet: FD, E5 and DB. RGB value is (253,229,219). Sum of RGB (Red+Green+Blue) = 253+229+219=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5DB is #021A24. Grayscale: #EBEBEB. Windows color (decimal): -137765 or 14411261. OLE color: 14411261.

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

Color convert

RGB 253 229 219 -
CMYK 0 0.09 0.13 0.01
HSL 17.65º 0.89% 0.93% -
HSV(B) 17.65º 0.13% 0.99% -
XYZ 81.31 82.04 78.57 -
YUV 235.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 253 229 219 0 0.09 0.13 0.01 17.65 0.89 0.93
Hex FD E5 DB 0 9 D 1 12 59 5D
Octal 375 345 333 0 11 15 1 22 131 135
Binary 11111101 11100101 11011011 0 1001 1101 1 10010 1011001 1011101

Color Harmonies of #FDE5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5DB

Black with #FDE5DB

Text Example


Text Example

White with #FDE5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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