Html Css Color HEX #FC9C8A Mona Lisa

📋 copy color: '#FC9C8A'

red 252 ◦ green 156 ◦ blue 138

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

Shades of Mona Lisa #FC9C8A

Tints of Mona Lisa #FC9C8A

RGB

 RED value IS 252 (98.83% from 255) = 46.15%

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

 BLUE value IS 138 (54.3% from 255) = 25.27%

R = 46.15%
G = 28.57%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC9C8A (or 0xFC9C8A) is known color: Mona Lisa. HEX triplet: FC, 9C and 8A. RGB value is (252,156,138). Sum of RGB (Red+Green+Blue) = 252+156+138=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9C8A is #036375. Grayscale: #B6B6B6. Windows color (decimal): -222070 or 9084156. OLE color: 9084156.

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

Color convert

RGB 252 156 138 -
CMYK 0 0.38 0.45 0.01
HSL 9.47º 0.95% 0.76% -
HSV(B) 9.47º 0.45% 0.99% -
XYZ 56.62 46.31 30 -
YUV 182.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 252 156 138 0 0.38 0.45 0.01 9.47 0.95 0.76
Hex FC 9C 8A 0 26 2D 1 9 5F 4C
Octal 374 234 212 0 46 55 1 11 137 114
Binary 11111100 10011100 10001010 0 100110 101101 1 1001 1011111 1001100

Color Harmonies of #FC9C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C8A

Black with #FC9C8A

Text Example


Text Example

White with #FC9C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C8A; }

 p { color: rgb(252,156,138); }

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

background-color css

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

 a { background-color: rgb(252,156,138); }

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

border-color css

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

 span { border-color: rgb(252,156,138); }

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