Html Css Color HEX #FDE0E7 Amour

📋 copy color: '#FDE0E7'

red 253 ◦ green 224 ◦ blue 231

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

Shades of Amour #FDE0E7

Tints of Amour #FDE0E7

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDE0E7 (or 0xFDE0E7) is known color: Amour. HEX triplet: FD, E0 and E7. RGB value is (253,224,231). Sum of RGB (Red+Green+Blue) = 253+224+231=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 231 (90.62% from 255 or 32.63% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE0E7 is #021F18. Grayscale: #E9E9E9. Windows color (decimal): -139033 or 15196413. OLE color: 15196413.

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

Color convert

RGB 253 224 231 -
CMYK 0 0.11 0.09 0.01
HSL 345.52º 0.88% 0.94% -
HSV(B) 345.52º 0.11% 0.99% -
XYZ 81.59 79.96 86.74 -
YUV 233.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 253 224 231 0 0.11 0.09 0.01 345.52 0.88 0.94
Hex FD E0 E7 0 B 9 1 15A 58 5E
Octal 375 340 347 0 13 11 1 532 130 136
Binary 11111101 11100000 11100111 0 1011 1001 1 101011010 1011000 1011110

Color Harmonies of #FDE0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE0E7

Black with #FDE0E7

Text Example


Text Example

White with #FDE0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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