Html Css Color HEX #FA9C93 Mona Lisa

📋 copy color: '#FA9C93'

red 250 ◦ green 156 ◦ blue 147

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

Shades of Mona Lisa #FA9C93

Tints of Mona Lisa #FA9C93

RGB

 RED value IS 250 (98.05% from 255) = 45.21%

 GREEN value IS 156 (61.33% from 255) = 28.21%

 BLUE value IS 147 (57.81% from 255) = 26.58%

R = 45.21%
G = 28.21%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA9C93 (or 0xFA9C93) is known color: Mona Lisa. HEX triplet: FA, 9C and 93. RGB value is (250,156,147). Sum of RGB (Red+Green+Blue) = 250+156+147=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9C93 is #05636C. Grayscale: #B7B7B7. Windows color (decimal): -353133 or 9673978. OLE color: 9673978.

HSL color Cylindrical-coordinate representation of color #FA9C93: hue angle of 5.24º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA9C93 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 156 147 -
CMYK 0 0.38 0.41 0.02
HSL 5.24º 0.91% 0.78% -
HSV(B) 5.24º 0.41% 0.98% -
XYZ 56.58 46.21 33.54 -
YUV 183.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 250 156 147 0 0.38 0.41 0.02 5.24 0.91 0.78
Hex FA 9C 93 0 26 29 2 5 5B 4E
Octal 372 234 223 0 46 51 2 5 133 116
Binary 11111010 10011100 10010011 0 100110 101001 10 101 1011011 1001110

Color Harmonies of #FA9C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9C93

Black with #FA9C93

Text Example


Text Example

White with #FA9C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9C93; }

 p { color: rgb(250,156,147); }

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

background-color css

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

 a { background-color: rgb(250,156,147); }

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

border-color css

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

 span { border-color: rgb(250,156,147); }

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