#FDECEE

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

Shades of Amour #FDECEE

Tints of Amour #FDECEE

Color information

#FDECEE (or 0xFDECEE) is unknown color: approx Amour. HEX triplet: FD, EC and EE. RGB value is (253,236,238). Sum of RGB (Red+Green+Blue) = 253+236+238=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 236 (92.58% from 255 or 32.46% from 727); Blue value is 238 (93.36% from 255 or 32.74% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECEE is #021311. Grayscale: #F1F1F1. Windows color (decimal): -135954 or 15658237. OLE color: 15658237.

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

Color convert

RGB253236238-
CMYK00.070.060.01
HSL352.94º80.95%95.88%-
HSV(B)352.94º6.72%99.22%-
XYZ85.9487.0593.16-
YUV241.31126.13136.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.80%
GREEN value IS 236 (92.58% from 255) = 32.46%
BLUE value IS 238 (93.36% from 255) = 32.74%
R=34.80%
G=32.46%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323623800.070.060.01352.9480.9595.88
HexFDECEE07611615160
Octal3753543560761541121140
Binary1111110111101100111011100111110110110000110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECEE; }

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

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

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

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

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

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

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

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