Html Css Color HEX #FC958F Mona Lisa

📋 copy color: '#FC958F'

red 252 ◦ green 149 ◦ blue 143

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

Shades of Mona Lisa #FC958F

Tints of Mona Lisa #FC958F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.29%

R = 46.32%
G = 27.39%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC958F (or 0xFC958F) is known color: Mona Lisa. HEX triplet: FC, 95 and 8F. RGB value is (252,149,143). Sum of RGB (Red+Green+Blue) = 252+149+143=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC958F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC958F is #036A70. Grayscale: #B3B3B3. Windows color (decimal): -223857 or 9410044. OLE color: 9410044.

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

Color convert

RGB 252 149 143 -
CMYK 0 0.41 0.43 0.01
HSL 3.3º 0.95% 0.77% -
HSV(B) 3.3º 0.43% 0.99% -
XYZ 55.85 44.17 31.57 -
YUV 179.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 252 149 143 0 0.41 0.43 0.01 3.3 0.95 0.77
Hex FC 95 8F 0 29 2B 1 3 5F 4D
Octal 374 225 217 0 51 53 1 3 137 115
Binary 11111100 10010101 10001111 0 101001 101011 1 11 1011111 1001101

Color Harmonies of #FC958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC958F

Black with #FC958F

Text Example


Text Example

White with #FC958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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