Html Css Color HEX #FC9F8D Mona Lisa

📋 copy color: '#FC9F8D'

red 252 ◦ green 159 ◦ blue 141

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

Shades of Mona Lisa #FC9F8D

Tints of Mona Lisa #FC9F8D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.8%

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

R = 45.65%
G = 28.8%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC9F8D (or 0xFC9F8D) is known color: Mona Lisa. HEX triplet: FC, 9F and 8D. RGB value is (252,159,141). Sum of RGB (Red+Green+Blue) = 252+159+141=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9F8D is #036072. Grayscale: #B8B8B8. Windows color (decimal): -221299 or 9281532. OLE color: 9281532.

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

Color convert

RGB 252 159 141 -
CMYK 0 0.37 0.44 0.01
HSL 9.73º 0.95% 0.77% -
HSV(B) 9.73º 0.44% 0.99% -
XYZ 57.35 47.41 31.33 -
YUV 184.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 252 159 141 0 0.37 0.44 0.01 9.73 0.95 0.77
Hex FC 9F 8D 0 25 2C 1 A 5F 4D
Octal 374 237 215 0 45 54 1 12 137 115
Binary 11111100 10011111 10001101 0 100101 101100 1 1010 1011111 1001101

Color Harmonies of #FC9F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F8D

Black with #FC9F8D

Text Example


Text Example

White with #FC9F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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