Html Css Color HEX #FDE3EB Amour

📋 copy color: '#FDE3EB'

red 253 ◦ green 227 ◦ blue 235

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

Shades of Amour #FDE3EB

Tints of Amour #FDE3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 32.87%

R = 35.38%
G = 31.75%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDE3EB (or 0xFDE3EB) is known color: Amour. HEX triplet: FD, E3 and EB. RGB value is (253,227,235). Sum of RGB (Red+Green+Blue) = 253+227+235=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 227 (89.06% from 255 or 31.75% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3EB is #021C14. Grayscale: #EBEBEB. Windows color (decimal): -138261 or 15459325. OLE color: 15459325.

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

Color convert

RGB 253 227 235 -
CMYK 0 0.10 0.07 0.01
HSL 341.54º 0.87% 0.94% -
HSV(B) 341.54º 0.1% 0.99% -
XYZ 82.97 81.82 90.02 -
YUV 235.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 253 227 235 0 0.10 0.07 0.01 341.54 0.87 0.94
Hex FD E3 EB 0 A 7 1 156 57 5E
Octal 375 343 353 0 12 7 1 526 127 136
Binary 11111101 11100011 11101011 0 1010 111 1 101010110 1010111 1011110

Color Harmonies of #FDE3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3EB

Black with #FDE3EB

Text Example


Text Example

White with #FDE3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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