Html Css Color HEX #FC9D8D Mona Lisa

📋 copy color: '#FC9D8D'

red 252 ◦ green 157 ◦ blue 141

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

Shades of Mona Lisa #FC9D8D

Tints of Mona Lisa #FC9D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.55%

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

R = 45.82%
G = 28.55%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC9D8D (or 0xFC9D8D) is known color: Mona Lisa. HEX triplet: FC, 9D and 8D. RGB value is (252,157,141). Sum of RGB (Red+Green+Blue) = 252+157+141=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9D8D is #036272. Grayscale: #B7B7B7. Windows color (decimal): -221811 or 9281020. OLE color: 9281020.

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

Color convert

RGB 252 157 141 -
CMYK 0 0.38 0.44 0.01
HSL 8.65º 0.95% 0.77% -
HSV(B) 8.65º 0.44% 0.99% -
XYZ 57.01 46.73 31.21 -
YUV 183.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 252 157 141 0 0.38 0.44 0.01 8.65 0.95 0.77
Hex FC 9D 8D 0 26 2C 1 9 5F 4D
Octal 374 235 215 0 46 54 1 11 137 115
Binary 11111100 10011101 10001101 0 100110 101100 1 1001 1011111 1001101

Color Harmonies of #FC9D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D8D

Black with #FC9D8D

Text Example


Text Example

White with #FC9D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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