Html Css Color HEX #FD8C83 Mona Lisa

📋 copy color: '#FD8C83'

red 253 ◦ green 140 ◦ blue 131

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

Shades of Mona Lisa #FD8C83

Tints of Mona Lisa #FD8C83

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.72%

 BLUE value IS 131 (51.56% from 255) = 25%

R = 48.28%
G = 26.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD8C83 (or 0xFD8C83) is known color: Mona Lisa. HEX triplet: FD, 8C and 83. RGB value is (253,140,131). Sum of RGB (Red+Green+Blue) = 253+140+131=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8C83 is #02737C. Grayscale: #ACACAC. Windows color (decimal): -160637 or 8621309. OLE color: 8621309.

HSL color Cylindrical-coordinate representation of color #FD8C83: hue angle of 4.43º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FD8C83 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 140 131 -
CMYK 0 0.45 0.48 0.01
HSL 4.43º 0.97% 0.75% -
HSV(B) 4.43º 0.48% 0.99% -
XYZ 53.98 41.28 26.59 -
YUV 172.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 253 140 131 0 0.45 0.48 0.01 4.43 0.97 0.75
Hex FD 8C 83 0 2D 30 1 4 61 4B
Octal 375 214 203 0 55 60 1 4 141 113
Binary 11111101 10001100 10000011 0 101101 110000 1 100 1100001 1001011

Color Harmonies of #FD8C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C83

Black with #FD8C83

Text Example


Text Example

White with #FD8C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C83; }

 p { color: rgb(253,140,131); }

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

background-color css

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

 a { background-color: rgb(253,140,131); }

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

border-color css

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

 span { border-color: rgb(253,140,131); }

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