#FFEDEE

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

Shades of Amour #FFEDEE

Tints of Amour #FFEDEE

Color information

#FFEDEE (or 0xFFEDEE) is unknown color: approx Amour. HEX triplet: FF, ED and EE. RGB value is (255,237,238). Sum of RGB (Red+Green+Blue) = 255+237+238=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 238 (93.36% from 255 or 32.60% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDEE is #001211. Grayscale: #F2F2F2. Windows color (decimal): -4626 or 15658495. OLE color: 15658495.

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

Color convert

RGB255237238-
CMYK00.070.070
HSL356.67º100%96.47%-
HSV(B)356.67º7.06%100%-
XYZ86.968893.29-
YUV242.5125.46136.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.93%
GREEN value IS 237 (92.97% from 255) = 32.47%
BLUE value IS 238 (93.36% from 255) = 32.60%
R=34.93%
G=32.47%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523723800.070.070356.6710096.47
HexFFEDEE07701656460
Octal3773553560770545144140
Binary1111111111101101111011100111111010110010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDEE; }

 p { color: rgb(255,237,238); }

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

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

 a { background-color: rgb(255,237,238); }

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

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

 span { border-color: rgb(255,237,238); }

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