Html Css Color HEX #FDE3E9 Amour

📋 copy color: '#FDE3E9'

red 253 ◦ green 227 ◦ blue 233

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

Shades of Amour #FDE3E9

Tints of Amour #FDE3E9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.84%

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

R = 35.48%
G = 31.84%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDE3E9 (or 0xFDE3E9) is known color: Amour. HEX triplet: FD, E3 and E9. RGB value is (253,227,233). Sum of RGB (Red+Green+Blue) = 253+227+233=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 227 (89.06% from 255 or 31.84% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3E9 is #021C16. Grayscale: #EBEBEB. Windows color (decimal): -138263 or 15328253. OLE color: 15328253.

HSL color Cylindrical-coordinate representation of color #FDE3E9: hue angle of 346.15º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE3E9 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 227 233 -
CMYK 0 0.10 0.08 0.01
HSL 346.15º 0.87% 0.94% -
HSV(B) 346.15º 0.1% 0.99% -
XYZ 82.69 81.7 88.5 -
YUV 235.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 253 227 233 0 0.10 0.08 0.01 346.15 0.87 0.94
Hex FD E3 E9 0 A 8 1 15A 57 5E
Octal 375 343 351 0 12 10 1 532 127 136
Binary 11111101 11100011 11101001 0 1010 1000 1 101011010 1010111 1011110

Color Harmonies of #FDE3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3E9

Black with #FDE3E9

Text Example


Text Example

White with #FDE3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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