Html Css Color HEX #FC9E8D Mona Lisa

📋 copy color: '#FC9E8D'

red 252 ◦ green 158 ◦ blue 141

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

Shades of Mona Lisa #FC9E8D

Tints of Mona Lisa #FC9E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.68%

 BLUE value IS 141 (55.47% from 255) = 25.59%

R = 45.74%
G = 28.68%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC9E8D (or 0xFC9E8D) is known color: Mona Lisa. HEX triplet: FC, 9E and 8D. RGB value is (252,158,141). Sum of RGB (Red+Green+Blue) = 252+158+141=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9E8D is #036172. Grayscale: #B8B8B8. Windows color (decimal): -221555 or 9281276. OLE color: 9281276.

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

Color convert

RGB 252 158 141 -
CMYK 0 0.37 0.44 0.01
HSL 9.19º 0.95% 0.77% -
HSV(B) 9.19º 0.44% 0.99% -
XYZ 57.18 47.07 31.27 -
YUV 184.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 252 158 141 0 0.37 0.44 0.01 9.19 0.95 0.77
Hex FC 9E 8D 0 25 2C 1 9 5F 4D
Octal 374 236 215 0 45 54 1 11 137 115
Binary 11111100 10011110 10001101 0 100101 101100 1 1001 1011111 1001101

Color Harmonies of #FC9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E8D

Black with #FC9E8D

Text Example


Text Example

White with #FC9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E8D; }

 p { color: rgb(252,158,141); }

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

background-color css

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

 a { background-color: rgb(252,158,141); }

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

border-color css

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

 span { border-color: rgb(252,158,141); }

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