Html Css Color HEX #FDE7DF Bridesmaid

📋 copy color: '#FDE7DF'

red 253 ◦ green 231 ◦ blue 223

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

Shades of Bridesmaid #FDE7DF

Tints of Bridesmaid #FDE7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.54%

R = 35.79%
G = 32.67%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDE7DF (or 0xFDE7DF) is known color: Bridesmaid. HEX triplet: FD, E7 and DF. RGB value is (253,231,223). Sum of RGB (Red+Green+Blue) = 253+231+223=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 231 (90.62% from 255 or 32.67% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7DF is #021820. Grayscale: #ECECEC. Windows color (decimal): -137249 or 14673917. OLE color: 14673917.

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

Color convert

RGB 253 231 223 -
CMYK 0 0.09 0.12 0.01
HSL 16º 0.88% 0.93% -
HSV(B) 16º 0.12% 0.99% -
XYZ 82.4 83.36 81.56 -
YUV 236.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 253 231 223 0 0.09 0.12 0.01 16 0.88 0.93
Hex FD E7 DF 0 9 C 1 10 58 5D
Octal 375 347 337 0 11 14 1 20 130 135
Binary 11111101 11100111 11011111 0 1001 1100 1 10000 1011000 1011101

Color Harmonies of #FDE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE7DF

Black with #FDE7DF

Text Example


Text Example

White with #FDE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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