Html Css Color HEX #FC998A Mona Lisa

📋 copy color: '#FC998A'

red 252 ◦ green 153 ◦ blue 138

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

Shades of Mona Lisa #FC998A

Tints of Mona Lisa #FC998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.41%

R = 46.41%
G = 28.18%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC998A (or 0xFC998A) is known color: Mona Lisa. HEX triplet: FC, 99 and 8A. RGB value is (252,153,138). Sum of RGB (Red+Green+Blue) = 252+153+138=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC998A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC998A is #036675. Grayscale: #B5B5B5. Windows color (decimal): -222838 or 9083388. OLE color: 9083388.

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

Color convert

RGB 252 153 138 -
CMYK 0 0.39 0.45 0.01
HSL 7.89º 0.95% 0.76% -
HSV(B) 7.89º 0.45% 0.99% -
XYZ 56.12 45.31 29.83 -
YUV 180.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 252 153 138 0 0.39 0.45 0.01 7.89 0.95 0.76
Hex FC 99 8A 0 27 2D 1 8 5F 4C
Octal 374 231 212 0 47 55 1 10 137 114
Binary 11111100 10011001 10001010 0 100111 101101 1 1000 1011111 1001100

Color Harmonies of #FC998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC998A

Black with #FC998A

Text Example


Text Example

White with #FC998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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