Html Css Color HEX #FC9D8F Mona Lisa

📋 copy color: '#FC9D8F'

red 252 ◦ green 157 ◦ blue 143

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

Shades of Mona Lisa #FC9D8F

Tints of Mona Lisa #FC9D8F

RGB

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

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

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

R = 45.65%
G = 28.44%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC9D8F (or 0xFC9D8F) is known color: Mona Lisa. HEX triplet: FC, 9D and 8F. RGB value is (252,157,143). Sum of RGB (Red+Green+Blue) = 252+157+143=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9D8F is #036270. Grayscale: #B7B7B7. Windows color (decimal): -221809 or 9412092. OLE color: 9412092.

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

Color convert

RGB 252 157 143 -
CMYK 0 0.38 0.43 0.01
HSL 7.71º 0.95% 0.77% -
HSV(B) 7.71º 0.43% 0.99% -
XYZ 57.16 46.79 32.01 -
YUV 183.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 252 157 143 0 0.38 0.43 0.01 7.71 0.95 0.77
Hex FC 9D 8F 0 26 2B 1 8 5F 4D
Octal 374 235 217 0 46 53 1 10 137 115
Binary 11111100 10011101 10001111 0 100110 101011 1 1000 1011111 1001101

Color Harmonies of #FC9D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D8F

Black with #FC9D8F

Text Example


Text Example

White with #FC9D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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