Html Css Color HEX #FDA08D Mona Lisa

📋 copy color: '#FDA08D'

red 253 ◦ green 160 ◦ blue 141

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

Shades of Mona Lisa #FDA08D

Tints of Mona Lisa #FDA08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.88%

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

R = 45.67%
G = 28.88%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDA08D (or 0xFDA08D) is known color: Mona Lisa. HEX triplet: FD, A0 and 8D. RGB value is (253,160,141). Sum of RGB (Red+Green+Blue) = 253+160+141=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA08D is #025F72. Grayscale: #B9B9B9. Windows color (decimal): -155507 or 9281789. OLE color: 9281789.

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

Color convert

RGB 253 160 141 -
CMYK 0 0.37 0.44 0.01
HSL 10.18º 0.97% 0.77% -
HSV(B) 10.18º 0.44% 0.99% -
XYZ 57.89 47.95 31.4 -
YUV 185.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 253 160 141 0 0.37 0.44 0.01 10.18 0.97 0.77
Hex FD A0 8D 0 25 2C 1 A 61 4D
Octal 375 240 215 0 45 54 1 12 141 115
Binary 11111101 10100000 10001101 0 100101 101100 1 1010 1100001 1001101

Color Harmonies of #FDA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA08D

Black with #FDA08D

Text Example


Text Example

White with #FDA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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