Html Css Color HEX #FC988D Mona Lisa

📋 copy color: '#FC988D'

red 252 ◦ green 152 ◦ blue 141

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

Shades of Mona Lisa #FC988D

Tints of Mona Lisa #FC988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.89%

 BLUE value IS 141 (55.47% from 255) = 25.87%

R = 46.24%
G = 27.89%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC988D (or 0xFC988D) is known color: Mona Lisa. HEX triplet: FC, 98 and 8D. RGB value is (252,152,141). Sum of RGB (Red+Green+Blue) = 252+152+141=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC988D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC988D is #036772. Grayscale: #B4B4B4. Windows color (decimal): -223091 or 9279740. OLE color: 9279740.

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

Color convert

RGB 252 152 141 -
CMYK 0 0.40 0.44 0.01
HSL 5.95º 0.95% 0.77% -
HSV(B) 5.95º 0.44% 0.99% -
XYZ 56.18 45.08 30.94 -
YUV 180.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 252 152 141 0 0.40 0.44 0.01 5.95 0.95 0.77
Hex FC 98 8D 0 28 2C 1 6 5F 4D
Octal 374 230 215 0 50 54 1 6 137 115
Binary 11111100 10011000 10001101 0 101000 101100 1 110 1011111 1001101

Color Harmonies of #FC988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC988D

Black with #FC988D

Text Example


Text Example

White with #FC988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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