Html Css Color HEX #FC948D Mona Lisa

📋 copy color: '#FC948D'

red 252 ◦ green 148 ◦ blue 141

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

Shades of Mona Lisa #FC948D

Tints of Mona Lisa #FC948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.36%

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

R = 46.58%
G = 27.36%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC948D (or 0xFC948D) is known color: Mona Lisa. HEX triplet: FC, 94 and 8D. RGB value is (252,148,141). Sum of RGB (Red+Green+Blue) = 252+148+141=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC948D is #036B72. Grayscale: #B2B2B2. Windows color (decimal): -224115 or 9278716. OLE color: 9278716.

HSL color Cylindrical-coordinate representation of color #FC948D: hue angle of 3.78º 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 #FC948D is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 148 141 -
CMYK 0 0.41 0.44 0.01
HSL 3.78º 0.95% 0.77% -
HSV(B) 3.78º 0.44% 0.99% -
XYZ 55.54 43.8 30.73 -
YUV 178.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 252 148 141 0 0.41 0.44 0.01 3.78 0.95 0.77
Hex FC 94 8D 0 29 2C 1 4 5F 4D
Octal 374 224 215 0 51 54 1 4 137 115
Binary 11111100 10010100 10001101 0 101001 101100 1 100 1011111 1001101

Color Harmonies of #FC948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC948D

Black with #FC948D

Text Example


Text Example

White with #FC948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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