Html Css Color HEX #FD9E8D Mona Lisa

📋 copy color: '#FD9E8D'

red 253 ◦ green 158 ◦ blue 141

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

Shades of Mona Lisa #FD9E8D

Tints of Mona Lisa #FD9E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.62%

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

R = 45.83%
G = 28.62%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD9E8D (or 0xFD9E8D) is known color: Mona Lisa. HEX triplet: FD, 9E and 8D. RGB value is (253,158,141). Sum of RGB (Red+Green+Blue) = 253+158+141=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9E8D is #026172. Grayscale: #B8B8B8. Windows color (decimal): -156019 or 9281277. OLE color: 9281277.

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

Color convert

RGB 253 158 141 -
CMYK 0 0.38 0.44 0.01
HSL 9.11º 0.97% 0.77% -
HSV(B) 9.11º 0.44% 0.99% -
XYZ 57.54 47.26 31.29 -
YUV 184.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 253 158 141 0 0.38 0.44 0.01 9.11 0.97 0.77
Hex FD 9E 8D 0 26 2C 1 9 61 4D
Octal 375 236 215 0 46 54 1 11 141 115
Binary 11111101 10011110 10001101 0 100110 101100 1 1001 1100001 1001101

Color Harmonies of #FD9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9E8D

Black with #FD9E8D

Text Example


Text Example

White with #FD9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9E8D; }

 p { color: rgb(253,158,141); }

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

background-color css

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

 a { background-color: rgb(253,158,141); }

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

border-color css

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

 span { border-color: rgb(253,158,141); }

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