Html Css Color HEX #FC8C81 Mona Lisa

📋 copy color: '#FC8C81'

red 252 ◦ green 140 ◦ blue 129

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

Shades of Mona Lisa #FC8C81

Tints of Mona Lisa #FC8C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.87%

 BLUE value IS 129 (50.78% from 255) = 24.76%

R = 48.37%
G = 26.87%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC8C81 (or 0xFC8C81) is known color: Mona Lisa. HEX triplet: FC, 8C and 81. RGB value is (252,140,129). Sum of RGB (Red+Green+Blue) = 252+140+129=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C81 is #03737E. Grayscale: #ACACAC. Windows color (decimal): -226175 or 8490236. OLE color: 8490236.

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

Color convert

RGB 252 140 129 -
CMYK 0 0.44 0.49 0.01
HSL 5.37º 0.95% 0.75% -
HSV(B) 5.37º 0.49% 0.99% -
XYZ 53.49 41.04 25.87 -
YUV 172.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 252 140 129 0 0.44 0.49 0.01 5.37 0.95 0.75
Hex FC 8C 81 0 2C 31 1 5 5F 4B
Octal 374 214 201 0 54 61 1 5 137 113
Binary 11111100 10001100 10000001 0 101100 110001 1 101 1011111 1001011

Color Harmonies of #FC8C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C81

Black with #FC8C81

Text Example


Text Example

White with #FC8C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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