Html Css Color HEX #FC9C98 Mona Lisa

📋 copy color: '#FC9C98'

red 252 ◦ green 156 ◦ blue 152

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

Shades of Mona Lisa #FC9C98

Tints of Mona Lisa #FC9C98

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.86%

 BLUE value IS 152 (59.77% from 255) = 27.14%

R = 45%
G = 27.86%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC9C98 (or 0xFC9C98) is known color: Mona Lisa. HEX triplet: FC, 9C and 98. RGB value is (252,156,152). Sum of RGB (Red+Green+Blue) = 252+156+152=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9C98 is #036367. Grayscale: #B8B8B8. Windows color (decimal): -222056 or 10001660. OLE color: 10001660.

HSL color Cylindrical-coordinate representation of color #FC9C98: hue angle of 2.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC9C98 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 156 152 -
CMYK 0 0.38 0.40 0.01
HSL 2.4º 0.94% 0.79% -
HSV(B) 2.4º 0.4% 0.99% -
XYZ 57.7 46.74 35.69 -
YUV 184.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 252 156 152 0 0.38 0.40 0.01 2.4 0.94 0.79
Hex FC 9C 98 0 26 28 1 2 5E 4F
Octal 374 234 230 0 46 50 1 2 136 117
Binary 11111100 10011100 10011000 0 100110 101000 1 10 1011110 1001111

Color Harmonies of #FC9C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C98

Black with #FC9C98

Text Example


Text Example

White with #FC9C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C98; }

 p { color: rgb(252,156,152); }

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

background-color css

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

 a { background-color: rgb(252,156,152); }

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

border-color css

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

 span { border-color: rgb(252,156,152); }

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