Html Css Color HEX #FC9895 Mona Lisa

📋 copy color: '#FC9895'

red 252 ◦ green 152 ◦ blue 149

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

Shades of Mona Lisa #FC9895

Tints of Mona Lisa #FC9895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.94%

R = 45.57%
G = 27.49%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC9895 (or 0xFC9895) is known color: Mona Lisa. HEX triplet: FC, 98 and 95. RGB value is (252,152,149). Sum of RGB (Red+Green+Blue) = 252+152+149=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9895 is #03676A. Grayscale: #B5B5B5. Windows color (decimal): -223083 or 9804028. OLE color: 9804028.

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

Color convert

RGB 252 152 149 -
CMYK 0 0.40 0.41 0.01
HSL 1.75º 0.94% 0.79% -
HSV(B) 1.75º 0.41% 0.99% -
XYZ 56.8 45.32 34.19 -
YUV 181.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 252 152 149 0 0.40 0.41 0.01 1.75 0.94 0.79
Hex FC 98 95 0 28 29 1 2 5E 4F
Octal 374 230 225 0 50 51 1 2 136 117
Binary 11111100 10011000 10010101 0 101000 101001 1 10 1011110 1001111

Color Harmonies of #FC9895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9895

Black with #FC9895

Text Example


Text Example

White with #FC9895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9895; }

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

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

background-color css

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

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

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

border-color css

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

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

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