Html Css Color HEX #FDA18D Mona Lisa

📋 copy color: '#FDA18D'

red 253 ◦ green 161 ◦ blue 141

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

Shades of Mona Lisa #FDA18D

Tints of Mona Lisa #FDA18D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.01%

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

R = 45.59%
G = 29.01%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDA18D (or 0xFDA18D) is known color: Mona Lisa. HEX triplet: FD, A1 and 8D. RGB value is (253,161,141). Sum of RGB (Red+Green+Blue) = 253+161+141=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA18D is #025E72. Grayscale: #BABABA. Windows color (decimal): -155251 or 9282045. OLE color: 9282045.

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

Color convert

RGB 253 161 141 -
CMYK 0 0.36 0.44 0.01
HSL 10.71º 0.97% 0.77% -
HSV(B) 10.71º 0.44% 0.99% -
XYZ 58.06 48.3 31.46 -
YUV 186.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 253 161 141 0 0.36 0.44 0.01 10.71 0.97 0.77
Hex FD A1 8D 0 24 2C 1 B 61 4D
Octal 375 241 215 0 44 54 1 13 141 115
Binary 11111101 10100001 10001101 0 100100 101100 1 1011 1100001 1001101

Color Harmonies of #FDA18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA18D

Black with #FDA18D

Text Example


Text Example

White with #FDA18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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