#FDEAED

Color #FDEAED Amour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amour #FDEAED

Tints of Amour #FDEAED

Color information

#FDEAED (or 0xFDEAED) is unknown color: approx Amour. HEX triplet: FD, EA and ED. RGB value is (253,234,237). Sum of RGB (Red+Green+Blue) = 253+234+237=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 234 (91.80% from 255 or 32.32% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAED is #021512. Grayscale: #F0F0F0. Windows color (decimal): -136467 or 15592189. OLE color: 15592189.

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

Color convert

RGB253234237-
CMYK00.080.060.01
HSL350.53º82.61%95.49%-
HSV(B)350.53º7.51%99.22%-
XYZ85.2285.8492.2-
YUV240.02126.29137.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 234 (91.80% from 255) = 32.32%
BLUE value IS 237 (92.97% from 255) = 32.73%
R=34.94%
G=32.32%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323423700.080.060.01350.5382.6195.49
HexFDEAED086115f535f
Octal37535235501061537123137
Binary11111101111010101110110101000110110101111110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAED; }

 p { color: rgb(253,234,237); }

 H1.HeaderClassName
 {
   color: #FDEAED;
 }
 .AnyTagClassName
 {
   color: #FDEAED;
 }
</style>
background-color css

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

 a { background-color: rgb(253,234,237); }

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

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

 span { border-color: rgb(253,234,237); }

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