Html Css Color HEX #F6E5EE Amour

📋 copy color: '#F6E5EE'

red 246 ◦ green 229 ◦ blue 238

#F6E5EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amour #F6E5EE

Tints of Amour #F6E5EE

RGB

 RED value IS 246 (96.48% from 255) = 34.5%

 GREEN value IS 229 (89.84% from 255) = 32.12%

 BLUE value IS 238 (93.36% from 255) = 33.38%

R = 34.5%
G = 32.12%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F6E5EE (or 0xF6E5EE) is known color: Amour. HEX triplet: F6, E5 and EE. RGB value is (246,229,238). Sum of RGB (Red+Green+Blue) = 246+229+238=713 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.50% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E5EE is #091A11. Grayscale: #EBEBEB. Windows color (decimal): -596498 or 15656438. OLE color: 15656438.

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

Color convert

RGB 246 229 238 -
CMYK 0 0.07 0.03 0.04
HSL 328.24º 0.49% 0.93% -
HSV(B) 328.24º 0.07% 0.96% -
XYZ 81.46 81.8 92.39 -
YUV 235.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 246 229 238 0 0.07 0.03 0.04 328.24 0.49 0.93
Hex F6 E5 EE 0 7 3 4 148 31 5D
Octal 366 345 356 0 7 3 4 510 61 135
Binary 11110110 11100101 11101110 0 111 11 100 101001000 110001 1011101

Color Harmonies of #F6E5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E5EE

Black with #F6E5EE

Text Example


Text Example

White with #F6E5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E5EE; }

 p { color: rgb(246,229,238); }

 H1.HeaderClassName
 {
   color: #F6E5EE;
 }
 .AnyTagClassName
 {
   color: #F6E5EE;
 }
</style>

background-color css

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

 a { background-color: rgb(246,229,238); }

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

border-color css

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

 span { border-color: rgb(246,229,238); }

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