Html Css Color HEX #FDE2DC Bridesmaid

📋 copy color: '#FDE2DC'

red 253 ◦ green 226 ◦ blue 220

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

Shades of Bridesmaid #FDE2DC

Tints of Bridesmaid #FDE2DC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.33%

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

R = 36.19%
G = 32.33%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDE2DC (or 0xFDE2DC) is known color: Bridesmaid. HEX triplet: FD, E2 and DC. RGB value is (253,226,220). Sum of RGB (Red+Green+Blue) = 253+226+220=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2DC is #021D23. Grayscale: #E9E9E9. Windows color (decimal): -138532 or 14476029. OLE color: 14476029.

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

Color convert

RGB 253 226 220 -
CMYK 0 0.11 0.13 0.01
HSL 10.91º 0.89% 0.93% -
HSV(B) 10.91º 0.13% 0.99% -
XYZ 80.62 80.44 78.99 -
YUV 233.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 253 226 220 0 0.11 0.13 0.01 10.91 0.89 0.93
Hex FD E2 DC 0 B D 1 B 59 5D
Octal 375 342 334 0 13 15 1 13 131 135
Binary 11111101 11100010 11011100 0 1011 1101 1 1011 1011001 1011101

Color Harmonies of #FDE2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE2DC

Black with #FDE2DC

Text Example


Text Example

White with #FDE2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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