Html Css Color HEX #FDE1D9 Bridesmaid

📋 copy color: '#FDE1D9'

red 253 ◦ green 225 ◦ blue 217

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

Shades of Bridesmaid #FDE1D9

Tints of Bridesmaid #FDE1D9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.37%

 BLUE value IS 217 (85.16% from 255) = 31.22%

R = 36.4%
G = 32.37%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDE1D9 (or 0xFDE1D9) is known color: Bridesmaid. HEX triplet: FD, E1 and D9. RGB value is (253,225,217). Sum of RGB (Red+Green+Blue) = 253+225+217=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 217 (85.16% from 255 or 31.22% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1D9 is #021E26. Grayscale: #E8E8E8. Windows color (decimal): -138791 or 14279165. OLE color: 14279165.

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

Color convert

RGB 253 225 217 -
CMYK 0 0.11 0.14 0.01
HSL 13.33º 0.9% 0.92% -
HSV(B) 13.33º 0.14% 0.99% -
XYZ 79.96 79.74 76.82 -
YUV 232.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 253 225 217 0 0.11 0.14 0.01 13.33 0.9 0.92
Hex FD E1 D9 0 B E 1 D 5A 5C
Octal 375 341 331 0 13 16 1 15 132 134
Binary 11111101 11100001 11011001 0 1011 1110 1 1101 1011010 1011100

Color Harmonies of #FDE1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE1D9

Black with #FDE1D9

Text Example


Text Example

White with #FDE1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE1D9; }

 p { color: rgb(253,225,217); }

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

background-color css

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

 a { background-color: rgb(253,225,217); }

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

border-color css

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

 span { border-color: rgb(253,225,217); }

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