Html Css Color HEX #F9968C Mona Lisa

📋 copy color: '#F9968C'

red 249 ◦ green 150 ◦ blue 140

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

Shades of Mona Lisa #F9968C

Tints of Mona Lisa #F9968C

RGB

 RED value IS 249 (97.66% from 255) = 46.2%

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

 BLUE value IS 140 (55.08% from 255) = 25.97%

R = 46.2%
G = 27.83%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9968C (or 0xF9968C) is known color: Mona Lisa. HEX triplet: F9, 96 and 8C. RGB value is (249,150,140). Sum of RGB (Red+Green+Blue) = 249+150+140=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9968C is #066973. Grayscale: #B2B2B2. Windows color (decimal): -420212 or 9213689. OLE color: 9213689.

HSL color Cylindrical-coordinate representation of color #F9968C: hue angle of 5.5º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9968C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 150 140 -
CMYK 0 0.40 0.44 0.02
HSL 5.5º 0.9% 0.76% -
HSV(B) 5.5º 0.44% 0.98% -
XYZ 54.71 43.85 30.39 -
YUV 178.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 249 150 140 0 0.40 0.44 0.02 5.5 0.9 0.76
Hex F9 96 8C 0 28 2C 2 6 5A 4C
Octal 371 226 214 0 50 54 2 6 132 114
Binary 11111001 10010110 10001100 0 101000 101100 10 110 1011010 1001100

Color Harmonies of #F9968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9968C

Black with #F9968C

Text Example


Text Example

White with #F9968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9968C; }

 p { color: rgb(249,150,140); }

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

background-color css

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

 a { background-color: rgb(249,150,140); }

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

border-color css

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

 span { border-color: rgb(249,150,140); }

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