Html Css Color HEX #FC9385 Mona Lisa

📋 copy color: '#FC9385'

red 252 ◦ green 147 ◦ blue 133

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

Shades of Mona Lisa #FC9385

Tints of Mona Lisa #FC9385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.63%

 BLUE value IS 133 (52.34% from 255) = 25%

R = 47.37%
G = 27.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC9385 (or 0xFC9385) is known color: Mona Lisa. HEX triplet: FC, 93 and 85. RGB value is (252,147,133). Sum of RGB (Red+Green+Blue) = 252+147+133=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9385 is #036C7A. Grayscale: #B0B0B0. Windows color (decimal): -224379 or 8754172. OLE color: 8754172.

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

Color convert

RGB 252 147 133 -
CMYK 0 0.42 0.47 0.01
HSL 7.06º 0.95% 0.75% -
HSV(B) 7.06º 0.47% 0.99% -
XYZ 54.81 43.26 27.65 -
YUV 176.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 252 147 133 0 0.42 0.47 0.01 7.06 0.95 0.75
Hex FC 93 85 0 2A 2F 1 7 5F 4B
Octal 374 223 205 0 52 57 1 7 137 113
Binary 11111100 10010011 10000101 0 101010 101111 1 111 1011111 1001011

Color Harmonies of #FC9385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9385

Black with #FC9385

Text Example


Text Example

White with #FC9385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9385; }

 p { color: rgb(252,147,133); }

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

background-color css

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

 a { background-color: rgb(252,147,133); }

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

border-color css

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

 span { border-color: rgb(252,147,133); }

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