Html Css Color HEX #FDE5EE Amour

📋 copy color: '#FDE5EE'

red 253 ◦ green 229 ◦ blue 238

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

Shades of Amour #FDE5EE

Tints of Amour #FDE5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.06%

R = 35.14%
G = 31.81%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDE5EE (or 0xFDE5EE) is known color: Amour. HEX triplet: FD, E5 and EE. RGB value is (253,229,238). Sum of RGB (Red+Green+Blue) = 253+229+238=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 229 (89.84% from 255 or 31.81% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE5EE is #021A11. Grayscale: #EDEDED. Windows color (decimal): -137746 or 15656445. OLE color: 15656445.

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

Color convert

RGB 253 229 238 -
CMYK 0 0.09 0.06 0.01
HSL 337.5º 0.86% 0.95% -
HSV(B) 337.5º 0.09% 0.99% -
XYZ 83.96 83.09 92.5 -
YUV 237.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 253 229 238 0 0.09 0.06 0.01 337.5 0.86 0.95
Hex FD E5 EE 0 9 6 1 152 56 5F
Octal 375 345 356 0 11 6 1 522 126 137
Binary 11111101 11100101 11101110 0 1001 110 1 101010010 1010110 1011111

Color Harmonies of #FDE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5EE

Black with #FDE5EE

Text Example


Text Example

White with #FDE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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