Html Css Color HEX #FC9F8A Mona Lisa

📋 copy color: '#FC9F8A'

red 252 ◦ green 159 ◦ blue 138

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

Shades of Mona Lisa #FC9F8A

Tints of Mona Lisa #FC9F8A

RGB

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

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

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

R = 45.9%
G = 28.96%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC9F8A (or 0xFC9F8A) is known color: Mona Lisa. HEX triplet: FC, 9F and 8A. RGB value is (252,159,138). Sum of RGB (Red+Green+Blue) = 252+159+138=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9F8A is #036075. Grayscale: #B8B8B8. Windows color (decimal): -221302 or 9084924. OLE color: 9084924.

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

Color convert

RGB 252 159 138 -
CMYK 0 0.37 0.45 0.01
HSL 11.05º 0.95% 0.76% -
HSV(B) 11.05º 0.45% 0.99% -
XYZ 57.13 47.33 30.17 -
YUV 184.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 252 159 138 0 0.37 0.45 0.01 11.05 0.95 0.76
Hex FC 9F 8A 0 25 2D 1 B 5F 4C
Octal 374 237 212 0 45 55 1 13 137 114
Binary 11111100 10011111 10001010 0 100101 101101 1 1011 1011111 1001100

Color Harmonies of #FC9F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F8A

Black with #FC9F8A

Text Example


Text Example

White with #FC9F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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