Html Css Color HEX #FC998C Mona Lisa

📋 copy color: '#FC998C'

red 252 ◦ green 153 ◦ blue 140

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

Shades of Mona Lisa #FC998C

Tints of Mona Lisa #FC998C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.69%

R = 46.24%
G = 28.07%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC998C (or 0xFC998C) is known color: Mona Lisa. HEX triplet: FC, 99 and 8C. RGB value is (252,153,140). Sum of RGB (Red+Green+Blue) = 252+153+140=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC998C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC998C is #036673. Grayscale: #B5B5B5. Windows color (decimal): -222836 or 9214460. OLE color: 9214460.

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

Color convert

RGB 252 153 140 -
CMYK 0 0.39 0.44 0.01
HSL 6.96º 0.95% 0.77% -
HSV(B) 6.96º 0.44% 0.99% -
XYZ 56.27 45.37 30.6 -
YUV 181.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 252 153 140 0 0.39 0.44 0.01 6.96 0.95 0.77
Hex FC 99 8C 0 27 2C 1 7 5F 4D
Octal 374 231 214 0 47 54 1 7 137 115
Binary 11111100 10011001 10001100 0 100111 101100 1 111 1011111 1001101

Color Harmonies of #FC998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC998C

Black with #FC998C

Text Example


Text Example

White with #FC998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC998C; }

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

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

background-color css

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

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

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

border-color css

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

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

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