#FDEBEE

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

Shades of Amour #FDEBEE

Tints of Amour #FDEBEE

Color information

#FDEBEE (or 0xFDEBEE) is unknown color: approx Amour. HEX triplet: FD, EB and EE. RGB value is (253,235,238). Sum of RGB (Red+Green+Blue) = 253+235+238=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 235 (92.19% from 255 or 32.37% from 726); Blue value is 238 (93.36% from 255 or 32.78% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEBEE is #021411. Grayscale: #F0F0F0. Windows color (decimal): -136210 or 15657981. OLE color: 15657981.

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

Color convert

RGB253235238-
CMYK00.070.060.01
HSL350º81.82%95.69%-
HSV(B)350º7.11%99.22%-
XYZ85.6586.4793.07-
YUV240.72126.46136.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.85%
GREEN value IS 235 (92.19% from 255) = 32.37%
BLUE value IS 238 (93.36% from 255) = 32.78%
R=34.85%
G=32.37%
B=32.78%

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
Decimal25323523800.070.060.0135081.8295.69
HexFDEBEE076115e5260
Octal3753533560761536122140
Binary1111110111101011111011100111110110101111010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBEE; }

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

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

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

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

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

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

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

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