Html Css Color HEX #FDE7E0 Bridesmaid

📋 copy color: '#FDE7E0'

red 253 ◦ green 231 ◦ blue 224

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

Shades of Bridesmaid #FDE7E0

Tints of Bridesmaid #FDE7E0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.63%

 BLUE value IS 224 (87.89% from 255) = 31.64%

R = 35.73%
G = 32.63%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDE7E0 (or 0xFDE7E0) is known color: Bridesmaid. HEX triplet: FD, E7 and E0. RGB value is (253,231,224). Sum of RGB (Red+Green+Blue) = 253+231+224=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 231 (90.62% from 255 or 32.63% from 708); Blue value is 224 (87.89% from 255 or 31.64% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7E0 is #02181F. Grayscale: #ECECEC. Windows color (decimal): -137248 or 14739453. OLE color: 14739453.

HSL color Cylindrical-coordinate representation of color #FDE7E0: hue angle of 14.48º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE7E0 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 231 224 -
CMYK 0 0.09 0.11 0.01
HSL 14.48º 0.88% 0.94% -
HSV(B) 14.48º 0.11% 0.99% -
XYZ 82.54 83.42 82.27 -
YUV 236.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 253 231 224 0 0.09 0.11 0.01 14.48 0.88 0.94
Hex FD E7 E0 0 9 B 1 E 58 5E
Octal 375 347 340 0 11 13 1 16 130 136
Binary 11111101 11100111 11100000 0 1001 1011 1 1110 1011000 1011110

Color Harmonies of #FDE7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE7E0

Black with #FDE7E0

Text Example


Text Example

White with #FDE7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE7E0; }

 p { color: rgb(253,231,224); }

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

background-color css

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

 a { background-color: rgb(253,231,224); }

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

border-color css

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

 span { border-color: rgb(253,231,224); }

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