Html Css Color HEX #FC9F8F Mona Lisa

📋 copy color: '#FC9F8F'

red 252 ◦ green 159 ◦ blue 143

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

Shades of Mona Lisa #FC9F8F

Tints of Mona Lisa #FC9F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.81%

R = 45.49%
G = 28.7%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC9F8F (or 0xFC9F8F) is known color: Mona Lisa. HEX triplet: FC, 9F and 8F. RGB value is (252,159,143). Sum of RGB (Red+Green+Blue) = 252+159+143=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9F8F is #036070. Grayscale: #B9B9B9. Windows color (decimal): -221297 or 9412604. OLE color: 9412604.

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

Color convert

RGB 252 159 143 -
CMYK 0 0.37 0.43 0.01
HSL 8.81º 0.95% 0.77% -
HSV(B) 8.81º 0.43% 0.99% -
XYZ 57.5 47.47 32.12 -
YUV 184.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 252 159 143 0 0.37 0.43 0.01 8.81 0.95 0.77
Hex FC 9F 8F 0 25 2B 1 9 5F 4D
Octal 374 237 217 0 45 53 1 11 137 115
Binary 11111100 10011111 10001111 0 100101 101011 1 1001 1011111 1001101

Color Harmonies of #FC9F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F8F

Black with #FC9F8F

Text Example


Text Example

White with #FC9F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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