Html Css Color HEX #FC9998 Mona Lisa

📋 copy color: '#FC9998'

red 252 ◦ green 153 ◦ blue 152

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

Shades of Mona Lisa #FC9998

Tints of Mona Lisa #FC9998

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.47%

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

R = 45.24%
G = 27.47%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC9998 (or 0xFC9998) is known color: Mona Lisa. HEX triplet: FC, 99 and 98. RGB value is (252,153,152). Sum of RGB (Red+Green+Blue) = 252+153+152=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9998 is #036667. Grayscale: #B6B6B6. Windows color (decimal): -222824 or 10000892. OLE color: 10000892.

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

Color convert

RGB 252 153 152 -
CMYK 0 0.39 0.40 0.01
HSL 0.6º 0.94% 0.79% -
HSV(B) 0.6º 0.4% 0.99% -
XYZ 57.2 45.74 35.52 -
YUV 182.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 252 153 152 0 0.39 0.40 0.01 0.6 0.94 0.79
Hex FC 99 98 0 27 28 1 1 5E 4F
Octal 374 231 230 0 47 50 1 1 136 117
Binary 11111100 10011001 10011000 0 100111 101000 1 1 1011110 1001111

Color Harmonies of #FC9998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9998

Black with #FC9998

Text Example


Text Example

White with #FC9998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9998; }

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

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

background-color css

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

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

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

border-color css

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

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

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