Html Css Color HEX #F6E2E8 Amour

📋 copy color: '#F6E2E8'

red 246 ◦ green 226 ◦ blue 232

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

Shades of Amour #F6E2E8

Tints of Amour #F6E2E8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.1%

 BLUE value IS 232 (91.02% from 255) = 32.95%

R = 34.94%
G = 32.1%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F6E2E8 (or 0xF6E2E8) is known color: Amour. HEX triplet: F6, E2 and E8. RGB value is (246,226,232). Sum of RGB (Red+Green+Blue) = 246+226+232=704 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.94% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E2E8 is #091D17. Grayscale: #E8E8E8. Windows color (decimal): -597272 or 15262454. OLE color: 15262454.

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

Color convert

RGB 246 226 232 -
CMYK 0 0.08 0.06 0.04
HSL 342º 0.53% 0.93% -
HSV(B) 342º 0.08% 0.96% -
XYZ 79.77 79.81 87.54 -
YUV 232.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 246 226 232 0 0.08 0.06 0.04 342 0.53 0.93
Hex F6 E2 E8 0 8 6 4 156 35 5D
Octal 366 342 350 0 10 6 4 526 65 135
Binary 11110110 11100010 11101000 0 1000 110 100 101010110 110101 1011101

Color Harmonies of #F6E2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E2E8

Black with #F6E2E8

Text Example


Text Example

White with #F6E2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E2E8; }

 p { color: rgb(246,226,232); }

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

background-color css

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

 a { background-color: rgb(246,226,232); }

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

border-color css

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

 span { border-color: rgb(246,226,232); }

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