Html Css Color HEX #FC988F Mona Lisa

📋 copy color: '#FC988F'

red 252 ◦ green 152 ◦ blue 143

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

Shades of Mona Lisa #FC988F

Tints of Mona Lisa #FC988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.14%

R = 46.07%
G = 27.79%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC988F (or 0xFC988F) is known color: Mona Lisa. HEX triplet: FC, 98 and 8F. RGB value is (252,152,143). Sum of RGB (Red+Green+Blue) = 252+152+143=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC988F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC988F is #036770. Grayscale: #B5B5B5. Windows color (decimal): -223089 or 9410812. OLE color: 9410812.

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

Color convert

RGB 252 152 143 -
CMYK 0 0.40 0.43 0.01
HSL 4.95º 0.95% 0.77% -
HSV(B) 4.95º 0.43% 0.99% -
XYZ 56.33 45.14 31.73 -
YUV 180.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 252 152 143 0 0.40 0.43 0.01 4.95 0.95 0.77
Hex FC 98 8F 0 28 2B 1 5 5F 4D
Octal 374 230 217 0 50 53 1 5 137 115
Binary 11111100 10011000 10001111 0 101000 101011 1 101 1011111 1001101

Color Harmonies of #FC988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC988F

Black with #FC988F

Text Example


Text Example

White with #FC988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC988F; }

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

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

background-color css

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

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

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

border-color css

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

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

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