Html Css Color HEX #FDA090 Mona Lisa

📋 copy color: '#FDA090'

red 253 ◦ green 160 ◦ blue 144

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

Shades of Mona Lisa #FDA090

Tints of Mona Lisa #FDA090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.85%

R = 45.42%
G = 28.73%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDA090 (or 0xFDA090) is known color: Mona Lisa. HEX triplet: FD, A0 and 90. RGB value is (253,160,144). Sum of RGB (Red+Green+Blue) = 253+160+144=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA090 is #025F6F. Grayscale: #BABABA. Windows color (decimal): -155504 or 9478397. OLE color: 9478397.

HSL color Cylindrical-coordinate representation of color #FDA090: hue angle of 8.81º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDA090 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 160 144 -
CMYK 0 0.37 0.43 0.01
HSL 8.81º 0.96% 0.78% -
HSV(B) 8.81º 0.43% 0.99% -
XYZ 58.11 48.04 32.59 -
YUV 185.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 253 160 144 0 0.37 0.43 0.01 8.81 0.96 0.78
Hex FD A0 90 0 25 2B 1 9 60 4E
Octal 375 240 220 0 45 53 1 11 140 116
Binary 11111101 10100000 10010000 0 100101 101011 1 1001 1100000 1001110

Color Harmonies of #FDA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA090

Black with #FDA090

Text Example


Text Example

White with #FDA090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA090; }

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

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

background-color css

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

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

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

border-color css

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

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

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