Html Css Color HEX #FDA48B Mona Lisa

📋 copy color: '#FDA48B'

red 253 ◦ green 164 ◦ blue 139

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

Shades of Mona Lisa #FDA48B

Tints of Mona Lisa #FDA48B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.5%

 BLUE value IS 139 (54.69% from 255) = 25%

R = 45.5%
G = 29.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDA48B (or 0xFDA48B) is known color: Mona Lisa. HEX triplet: FD, A4 and 8B. RGB value is (253,164,139). Sum of RGB (Red+Green+Blue) = 253+164+139=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA48B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA48B is #025B74. Grayscale: #BBBBBB. Windows color (decimal): -154485 or 9151741. OLE color: 9151741.

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

Color convert

RGB 253 164 139 -
CMYK 0 0.35 0.45 0.01
HSL 13.16º 0.97% 0.77% -
HSV(B) 13.16º 0.45% 0.99% -
XYZ 58.44 49.3 30.86 -
YUV 187.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 253 164 139 0 0.35 0.45 0.01 13.16 0.97 0.77
Hex FD A4 8B 0 23 2D 1 D 61 4D
Octal 375 244 213 0 43 55 1 15 141 115
Binary 11111101 10100100 10001011 0 100011 101101 1 1101 1100001 1001101

Color Harmonies of #FDA48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA48B

Black with #FDA48B

Text Example


Text Example

White with #FDA48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA48B; }

 p { color: rgb(253,164,139); }

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

background-color css

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

 a { background-color: rgb(253,164,139); }

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

border-color css

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

 span { border-color: rgb(253,164,139); }

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