Html Css Color HEX #FC958B Mona Lisa

📋 copy color: '#FC958B'

red 252 ◦ green 149 ◦ blue 139

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

Shades of Mona Lisa #FC958B

Tints of Mona Lisa #FC958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.74%

R = 46.67%
G = 27.59%
B = 25.74%

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

#FC958B (or 0xFC958B) is known color: Mona Lisa. HEX triplet: FC, 95 and 8B. RGB value is (252,149,139). Sum of RGB (Red+Green+Blue) = 252+149+139=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC958B is #036A74. Grayscale: #B2B2B2. Windows color (decimal): -223861 or 9147900. OLE color: 9147900.

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

Color convert

RGB 252 149 139 -
CMYK 0 0.41 0.45 0.01
HSL 5.31º 0.95% 0.77% -
HSV(B) 5.31º 0.45% 0.99% -
XYZ 55.55 44.05 30 -
YUV 178.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 252 149 139 0 0.41 0.45 0.01 5.31 0.95 0.77
Hex FC 95 8B 0 29 2D 1 5 5F 4D
Octal 374 225 213 0 51 55 1 5 137 115
Binary 11111100 10010101 10001011 0 101001 101101 1 101 1011111 1001101

Color Harmonies of #FC958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC958B

Black with #FC958B

Text Example


Text Example

White with #FC958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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