Html Css Color HEX #F6E6EE Amour

📋 copy color: '#F6E6EE'

red 246 ◦ green 230 ◦ blue 238

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

Shades of Amour #F6E6EE

Tints of Amour #F6E6EE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.21%

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

R = 34.45%
G = 32.21%
B = 33.33%

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

#F6E6EE (or 0xF6E6EE) is known color: Amour. HEX triplet: F6, E6 and EE. RGB value is (246,230,238). Sum of RGB (Red+Green+Blue) = 246+230+238=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 230 (90.23% from 255 or 32.21% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6E6EE is #091911. Grayscale: #EBEBEB. Windows color (decimal): -596242 or 15656694. OLE color: 15656694.

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

Color convert

RGB 246 230 238 -
CMYK 0 0.07 0.03 0.04
HSL 330º 0.47% 0.93% -
HSV(B) 330º 0.07% 0.96% -
XYZ 81.74 82.36 92.48 -
YUV 235.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 246 230 238 0 0.07 0.03 0.04 330 0.47 0.93
Hex F6 E6 EE 0 7 3 4 14A 2F 5D
Octal 366 346 356 0 7 3 4 512 57 135
Binary 11110110 11100110 11101110 0 111 11 100 101001010 101111 1011101

Color Harmonies of #F6E6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E6EE

Black with #F6E6EE

Text Example


Text Example

White with #F6E6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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