Html Css Color HEX #FC958A Mona Lisa

📋 copy color: '#FC958A'

red 252 ◦ green 149 ◦ blue 138

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

Shades of Mona Lisa #FC958A

Tints of Mona Lisa #FC958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.64%

 BLUE value IS 138 (54.3% from 255) = 25.6%

R = 46.75%
G = 27.64%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC958A (or 0xFC958A) is known color: Mona Lisa. HEX triplet: FC, 95 and 8A. RGB value is (252,149,138). Sum of RGB (Red+Green+Blue) = 252+149+138=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC958A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC958A is #036A75. Grayscale: #B2B2B2. Windows color (decimal): -223862 or 9082364. OLE color: 9082364.

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

Color convert

RGB 252 149 138 -
CMYK 0 0.41 0.45 0.01
HSL 5.79º 0.95% 0.76% -
HSV(B) 5.79º 0.45% 0.99% -
XYZ 55.48 44.03 29.62 -
YUV 178.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 252 149 138 0 0.41 0.45 0.01 5.79 0.95 0.76
Hex FC 95 8A 0 29 2D 1 6 5F 4C
Octal 374 225 212 0 51 55 1 6 137 114
Binary 11111100 10010101 10001010 0 101001 101101 1 110 1011111 1001100

Color Harmonies of #FC958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC958A

Black with #FC958A

Text Example


Text Example

White with #FC958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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