Html Css Color HEX #FD958C Mona Lisa

📋 copy color: '#FD958C'

red 253 ◦ green 149 ◦ blue 140

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

Shades of Mona Lisa #FD958C

Tints of Mona Lisa #FD958C

RGB

 RED value IS 253 (99.22% from 255) = 46.68%

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

 BLUE value IS 140 (55.08% from 255) = 25.83%

R = 46.68%
G = 27.49%
B = 25.83%

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

#FD958C (or 0xFD958C) is known color: Mona Lisa. HEX triplet: FD, 95 and 8C. RGB value is (253,149,140). Sum of RGB (Red+Green+Blue) = 253+149+140=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD958C is #026A73. Grayscale: #B3B3B3. Windows color (decimal): -158324 or 9213437. OLE color: 9213437.

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

Color convert

RGB 253 149 140 -
CMYK 0 0.41 0.45 0.01
HSL 4.78º 0.97% 0.77% -
HSV(B) 4.78º 0.45% 0.99% -
XYZ 55.99 44.27 30.41 -
YUV 179.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 253 149 140 0 0.41 0.45 0.01 4.78 0.97 0.77
Hex FD 95 8C 0 29 2D 1 5 61 4D
Octal 375 225 214 0 51 55 1 5 141 115
Binary 11111101 10010101 10001100 0 101001 101101 1 101 1100001 1001101

Color Harmonies of #FD958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD958C

Black with #FD958C

Text Example


Text Example

White with #FD958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD958C; }

 p { color: rgb(253,149,140); }

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

background-color css

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

 a { background-color: rgb(253,149,140); }

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

border-color css

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

 span { border-color: rgb(253,149,140); }

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