#F2DEE4

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

Shades of Amour #F2DEE4

Tints of Amour #F2DEE4

Color information

#F2DEE4 (or 0xF2DEE4) is unknown color: approx Amour. HEX triplet: F2, DE and E4. RGB value is (242,222,228). Sum of RGB (Red+Green+Blue) = 242+222+228=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 228 (89.45% from 255 or 32.95% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEE4 is #0D211B. Grayscale: #E4E4E4. Windows color (decimal): -860444 or 14999282. OLE color: 14999282.

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

Color convert

RGB242222228-
CMYK00.080.060.05
HSL342º43.48%90.98%-
HSV(B)342º8.26%94.9%-
XYZ76.7476.7284.16-
YUV228.66127.63137.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.97%
GREEN value IS 222 (87.11% from 255) = 32.08%
BLUE value IS 228 (89.45% from 255) = 32.95%
R=34.97%
G=32.08%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222222800.080.060.0534243.4890.98
HexF2DEE408651562b5b
Octal3623363440106552653133
Binary111100101101111011100100010001101011010101101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEE4; }

 p { color: rgb(242,222,228); }

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

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

 a { background-color: rgb(242,222,228); }

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

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

 span { border-color: rgb(242,222,228); }

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