Html Css Color HEX #FC9992 Mona Lisa

📋 copy color: '#FC9992'

red 252 ◦ green 153 ◦ blue 146

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

Shades of Mona Lisa #FC9992

Tints of Mona Lisa #FC9992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.77%

 BLUE value IS 146 (57.42% from 255) = 26.5%

R = 45.74%
G = 27.77%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC9992 (or 0xFC9992) is known color: Mona Lisa. HEX triplet: FC, 99 and 92. RGB value is (252,153,146). Sum of RGB (Red+Green+Blue) = 252+153+146=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9992 is #03666D. Grayscale: #B5B5B5. Windows color (decimal): -222830 or 9607676. OLE color: 9607676.

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

Color convert

RGB 252 153 146 -
CMYK 0 0.39 0.42 0.01
HSL 3.96º 0.95% 0.78% -
HSV(B) 3.96º 0.42% 0.99% -
XYZ 56.72 45.55 33 -
YUV 181.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 252 153 146 0 0.39 0.42 0.01 3.96 0.95 0.78
Hex FC 99 92 0 27 2A 1 4 5F 4E
Octal 374 231 222 0 47 52 1 4 137 116
Binary 11111100 10011001 10010010 0 100111 101010 1 100 1011111 1001110

Color Harmonies of #FC9992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9992

Black with #FC9992

Text Example


Text Example

White with #FC9992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9992; }

 p { color: rgb(252,153,146); }

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

background-color css

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

 a { background-color: rgb(252,153,146); }

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

border-color css

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

 span { border-color: rgb(252,153,146); }

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