Html Css Color HEX #FC968C Mona Lisa

📋 copy color: '#FC968C'

red 252 ◦ green 150 ◦ blue 140

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

Shades of Mona Lisa #FC968C

Tints of Mona Lisa #FC968C

RGB

 RED value IS 252 (98.83% from 255) = 46.49%

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

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

R = 46.49%
G = 27.68%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC968C (or 0xFC968C) is known color: Mona Lisa. HEX triplet: FC, 96 and 8C. RGB value is (252,150,140). Sum of RGB (Red+Green+Blue) = 252+150+140=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC968C is #036973. Grayscale: #B3B3B3. Windows color (decimal): -223604 or 9213692. OLE color: 9213692.

HSL color Cylindrical-coordinate representation of color #FC968C: hue angle of 5.36º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC968C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 150 140 -
CMYK 0 0.40 0.44 0.01
HSL 5.36º 0.95% 0.77% -
HSV(B) 5.36º 0.44% 0.99% -
XYZ 55.78 44.4 30.44 -
YUV 179.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 252 150 140 0 0.40 0.44 0.01 5.36 0.95 0.77
Hex FC 96 8C 0 28 2C 1 5 5F 4D
Octal 374 226 214 0 50 54 1 5 137 115
Binary 11111100 10010110 10001100 0 101000 101100 1 101 1011111 1001101

Color Harmonies of #FC968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC968C

Black with #FC968C

Text Example


Text Example

White with #FC968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC968C; }

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

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

background-color css

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

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

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

border-color css

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

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

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