Html Css Color HEX #FC9D8A Mona Lisa

📋 copy color: '#FC9D8A'

red 252 ◦ green 157 ◦ blue 138

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

Shades of Mona Lisa #FC9D8A

Tints of Mona Lisa #FC9D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.23%

R = 46.07%
G = 28.7%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC9D8A (or 0xFC9D8A) is known color: Mona Lisa. HEX triplet: FC, 9D and 8A. RGB value is (252,157,138). Sum of RGB (Red+Green+Blue) = 252+157+138=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9D8A is #036275. Grayscale: #B7B7B7. Windows color (decimal): -221814 or 9084412. OLE color: 9084412.

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

Color convert

RGB 252 157 138 -
CMYK 0 0.38 0.45 0.01
HSL 10º 0.95% 0.76% -
HSV(B) 10º 0.45% 0.99% -
XYZ 56.79 46.64 30.05 -
YUV 183.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 252 157 138 0 0.38 0.45 0.01 10 0.95 0.76
Hex FC 9D 8A 0 26 2D 1 A 5F 4C
Octal 374 235 212 0 46 55 1 12 137 114
Binary 11111100 10011101 10001010 0 100110 101101 1 1010 1011111 1001100

Color Harmonies of #FC9D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D8A

Black with #FC9D8A

Text Example


Text Example

White with #FC9D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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