Html Css Color HEX #FC9085 Mona Lisa

📋 copy color: '#FC9085'

red 252 ◦ green 144 ◦ blue 133

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

Shades of Mona Lisa #FC9085

Tints of Mona Lisa #FC9085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.22%

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

R = 47.64%
G = 27.22%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC9085 (or 0xFC9085) is known color: Mona Lisa. HEX triplet: FC, 90 and 85. RGB value is (252,144,133). Sum of RGB (Red+Green+Blue) = 252+144+133=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9085 is #036F7A. Grayscale: #AFAFAF. Windows color (decimal): -225147 or 8753404. OLE color: 8753404.

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

Color convert

RGB 252 144 133 -
CMYK 0 0.43 0.47 0.01
HSL 5.55º 0.95% 0.75% -
HSV(B) 5.55º 0.47% 0.99% -
XYZ 54.35 42.34 27.5 -
YUV 175.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 252 144 133 0 0.43 0.47 0.01 5.55 0.95 0.75
Hex FC 90 85 0 2B 2F 1 6 5F 4B
Octal 374 220 205 0 53 57 1 6 137 113
Binary 11111100 10010000 10000101 0 101011 101111 1 110 1011111 1001011

Color Harmonies of #FC9085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9085

Black with #FC9085

Text Example


Text Example

White with #FC9085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9085; }

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

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

background-color css

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

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

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

border-color css

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

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

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