Html Css Color HEX #F69686 Mona Lisa

📋 copy color: '#F69686'

red 246 ◦ green 150 ◦ blue 134

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

Shades of Mona Lisa #F69686

Tints of Mona Lisa #F69686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.3%

 BLUE value IS 134 (52.73% from 255) = 25.28%

R = 46.42%
G = 28.3%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F69686 (or 0xF69686) is known color: Mona Lisa. HEX triplet: F6, 96 and 86. RGB value is (246,150,134). Sum of RGB (Red+Green+Blue) = 246+150+134=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F69686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69686 is #096979. Grayscale: #B1B1B1. Windows color (decimal): -616826 or 8820470. OLE color: 8820470.

HSL color Cylindrical-coordinate representation of color #F69686: hue angle of 8.57º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F69686 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 150 134 -
CMYK 0 0.39 0.46 0.04
HSL 8.57º 0.86% 0.75% -
HSV(B) 8.57º 0.46% 0.96% -
XYZ 53.22 43.13 28.07 -
YUV 176.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 246 150 134 0 0.39 0.46 0.04 8.57 0.86 0.75
Hex F6 96 86 0 27 2E 4 9 56 4B
Octal 366 226 206 0 47 56 4 11 126 113
Binary 11110110 10010110 10000110 0 100111 101110 100 1001 1010110 1001011

Color Harmonies of #F69686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69686

Black with #F69686

Text Example


Text Example

White with #F69686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69686; }

 p { color: rgb(246,150,134); }

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

background-color css

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

 a { background-color: rgb(246,150,134); }

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

border-color css

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

 span { border-color: rgb(246,150,134); }

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