Html Css Color HEX #FC968D Mona Lisa

📋 copy color: '#FC968D'

red 252 ◦ green 150 ◦ blue 141

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

Shades of Mona Lisa #FC968D

Tints of Mona Lisa #FC968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.97%

R = 46.41%
G = 27.62%
B = 25.97%

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

#FC968D (or 0xFC968D) is known color: Mona Lisa. HEX triplet: FC, 96 and 8D. RGB value is (252,150,141). Sum of RGB (Red+Green+Blue) = 252+150+141=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC968D is #036972. Grayscale: #B3B3B3. Windows color (decimal): -223603 or 9279228. OLE color: 9279228.

HSL color Cylindrical-coordinate representation of color #FC968D: hue angle of 4.86º 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 #FC968D is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 150 141 -
CMYK 0 0.40 0.44 0.01
HSL 4.86º 0.95% 0.77% -
HSV(B) 4.86º 0.44% 0.99% -
XYZ 55.86 44.43 30.83 -
YUV 179.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 252 150 141 0 0.40 0.44 0.01 4.86 0.95 0.77
Hex FC 96 8D 0 28 2C 1 5 5F 4D
Octal 374 226 215 0 50 54 1 5 137 115
Binary 11111100 10010110 10001101 0 101000 101100 1 101 1011111 1001101

Color Harmonies of #FC968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC968D

Black with #FC968D

Text Example


Text Example

White with #FC968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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