Html Css Color HEX #FDE5E9 Amour

📋 copy color: '#FDE5E9'

red 253 ◦ green 229 ◦ blue 233

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

Shades of Amour #FDE5E9

Tints of Amour #FDE5E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 32.59%

R = 35.38%
G = 32.03%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDE5E9 (or 0xFDE5E9) is known color: Amour. HEX triplet: FD, E5 and E9. RGB value is (253,229,233). Sum of RGB (Red+Green+Blue) = 253+229+233=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 229 (89.84% from 255 or 32.03% from 715); Blue value is 233 (91.41% from 255 or 32.59% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5E9 is #021A16. Grayscale: #ECECEC. Windows color (decimal): -137751 or 15328765. OLE color: 15328765.

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

Color convert

RGB 253 229 233 -
CMYK 0 0.09 0.08 0.01
HSL 350º 0.86% 0.95% -
HSV(B) 350º 0.09% 0.99% -
XYZ 83.24 82.8 88.69 -
YUV 236.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 253 229 233 0 0.09 0.08 0.01 350 0.86 0.95
Hex FD E5 E9 0 9 8 1 15E 56 5F
Octal 375 345 351 0 11 10 1 536 126 137
Binary 11111101 11100101 11101001 0 1001 1000 1 101011110 1010110 1011111

Color Harmonies of #FDE5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5E9

Black with #FDE5E9

Text Example


Text Example

White with #FDE5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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