Html Css Color HEX #F6E4EA Amour

📋 copy color: '#F6E4EA'

red 246 ◦ green 228 ◦ blue 234

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

Shades of Amour #F6E4EA

Tints of Amour #F6E4EA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.2%

 BLUE value IS 234 (91.8% from 255) = 33.05%

R = 34.75%
G = 32.2%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F6E4EA (or 0xF6E4EA) is known color: Amour. HEX triplet: F6, E4 and EA. RGB value is (246,228,234). Sum of RGB (Red+Green+Blue) = 246+228+234=708 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.75% from 708); Green value is 228 (89.45% from 255 or 32.20% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E4EA is #091B15. Grayscale: #EAEAEA. Windows color (decimal): -596758 or 15394038. OLE color: 15394038.

HSL color Cylindrical-coordinate representation of color #F6E4EA: hue angle of 340º degrees, saturation: 0.5, 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 #F6E4EA is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 228 234 -
CMYK 0 0.07 0.05 0.04
HSL 340º 0.5% 0.93% -
HSV(B) 340º 0.07% 0.96% -
XYZ 80.6 81.02 89.23 -
YUV 234.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 246 228 234 0 0.07 0.05 0.04 340 0.5 0.93
Hex F6 E4 EA 0 7 5 4 154 32 5D
Octal 366 344 352 0 7 5 4 524 62 135
Binary 11110110 11100100 11101010 0 111 101 100 101010100 110010 1011101

Color Harmonies of #F6E4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E4EA

Black with #F6E4EA

Text Example


Text Example

White with #F6E4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E4EA; }

 p { color: rgb(246,228,234); }

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

background-color css

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

 a { background-color: rgb(246,228,234); }

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

border-color css

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

 span { border-color: rgb(246,228,234); }

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